Project

General

Profile

Font » History » Version 3

Per Amundsen, 12/11/2015 01:03 PM

1 1 Per Amundsen
_Added in 2.2_
2
3
*/font [-asbiudz] [window] <fontsize> <fontname>*
4
5
Allows you to change the font for the current window. 
6
If no parameters are specified, opens the font dialog.
7
8 2 Per Amundsen
_Only new messages will have the new bold/italic/underline settings._
9
10 1 Per Amundsen
*Switches*
11
12
-a - Change active window font.
13
-s - Change status window font. 
14
-b - Use bold font.
15
-i - Use italic font.
16 2 Per Amundsen
-u - Use underline font. (AdiIRC only)
17 1 Per Amundsen
-d - Sets the font as default font.
18
-z - Resets the window font to default.
19
20
*Parameters*
21
22
[window] - Window to change font for.
23
<fontsize> - Font size to change to.
24
<fontname> Font name to change to.
25
26
*Example*
27
28
<pre>
29 3 Per Amundsen
; Change font for channel to bold "Comic Sans Ms" size 11
30 1 Per Amundsen
/font -b #channel 11 Comic Sans Ms 
31
</pre>