Project

General

Profile

Font » History » Version 12

Per Amundsen, 07/31/2017 06:44 PM

1 1 Per Amundsen
_Added in 2.2_
2
3 10 Per Amundsen
*/font [-asbiueltdzxrwomcnfgph] [window] <fontsize> <fontname>*
4 1 Per Amundsen
5 9 Per Amundsen
Allows you to change the font for the current/specified window or control.
6 1 Per Amundsen
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 8 Per Amundsen
18 12 Per Amundsen
-e - Change only Editbox font. (AdiIRC only)
19
-l - Change only Nicklist/Listbox font. (AdiIRC only)
20
-t - Change only Textview (message buffer) font. (AdiIRC only)
21 8 Per Amundsen
22 1 Per Amundsen
-d - Sets the font as default font.
23
-z - Resets all window fonts to default or the specified font.
24
-x - Resets the specified window font to default. (AdiIRC only)
25 7 Per Amundsen
26 11 Per Amundsen
-r - Change the Treebar font. (AdiIRC only)
27
-w - Change the Switchbar font. (AdiIRC only)
28
-o - Change the Toolbar font. (AdiIRC only)
29
-m - Change the Menubar font. (AdiIRC only)
30
-c - Change the Statusbar font. (AdiIRC only)
31
-n - Change the Monitor Panels font. (AdiIRC only)
32
-f - Change the Channel Monitor Panel font. (AdiIRC only)
33
-g - Change the Server Monitor Panel font. (AdiIRC only)
34
-p - Change the Tips font. (AdiIRC only)
35
-h - Change the Channel List font. (AdiIRC only)
36 1 Per Amundsen
37
*Parameters*
38
39
[window] - Window to change font for.
40
<fontsize> - Font size to change to.
41
<fontname> Font name to change to.
42
43
*Example*
44
45
<pre>
46 3 Per Amundsen
; Change font for channel to bold "Comic Sans Ms" size 11
47 1 Per Amundsen
/font -b #channel 11 Comic Sans Ms 
48
</pre>