mIRC Home    About    Download    Register    News    Help

Print Thread
#148678 09/05/06 09:50 PM
Joined: Apr 2005
Posts: 111
X
Vogon poet
OP Offline
Vogon poet
X
Joined: Apr 2005
Posts: 111
alias stats {
set %regular $nick(#,0,r)
set %op $nick(#,0,o)
set %voice $nick(#,0,v)
set %reg $str($chr(150),%regular)
set %op1 $str($chr(150),%op)
set %voice2 $str($chr(150),%voice )
.echo -a 1,0Topic: $chan(#).topic
.echo -a 1,0Hp ( %op1 + %op )
.echo -a 1,0Aegular ( %reg + %regular )
.echo -a Voice ( %voice2 + %voice )
.echo -a Opers: 04 %back 
}

i want use diferent font than mirc any sugestion?

#148679 09/05/06 10:44 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
mirc windows can only display one font, unless there custom @picwins, which i doubt you want to have to use.

#148680 09/05/06 10:54 PM
Joined: Dec 2004
Posts: 66
B
Babel fish
Offline
Babel fish
B
Joined: Dec 2004
Posts: 66
From help:
Quote:
/font [-asgbdz|window] <fontsize> <fontname>
This allows you to change the font for the current window. If no parameters are specified, the font dialog pops up, otherwise the specified parameters are used. You can make the font bold by using the -b switch.
For more details see: /help /font
The font for the entire window is changed, not specific text.

#148681 09/05/06 11:52 PM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Additionally:

View > Font


Link Copied to Clipboard