Project

General

Profile

Font » History » Version 4

Per Amundsen, 12/14/2015 03:00 PM

1 1 Per Amundsen
_Added in 2.2_
2
3 4 Per Amundsen
*/font [-asbiueltdz] [window] <fontsize> <fontname>*
4 1 Per Amundsen
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
-u - Use underline font. (AdiIRC only)
17 4 Per Amundsen
-e - Change Editbox font. (AdiIRC only)
18
-l - Change Nicklist/Listbox font. (AdiIRC only)
19
-t - Change Textview font. (AdiIRC only)
20 1 Per Amundsen
-d - Sets the font as default font.
21
-z - Resets the window font to default.
22
23
*Parameters*
24
25
[window] - Window to change font for.
26
<fontsize> - Font size to change to.
27
<fontname> Font name to change to.
28
29
*Example*
30
31
<pre>
32 3 Per Amundsen
; Change font for channel to bold "Comic Sans Ms" size 11
33 1 Per Amundsen
/font -b #channel 11 Comic Sans Ms 
34
</pre>