Project

General

Profile

Font » History » Version 6

Per Amundsen, 01/27/2017 04:06 PM

1 1 Per Amundsen
_Added in 2.2_
2
3 6 Per Amundsen
*/font [-asbiueltdzx] [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 all window fonts to default or the specified font.
22 6 Per Amundsen
-x - Resets the specified window font to default. (AdiIRC only)
23 1 Per Amundsen
24
*Parameters*
25
26
[window] - Window to change font for.
27
<fontsize> - Font size to change to.
28
<fontname> Font name to change to.
29
30
*Example*
31
32
<pre>
33 3 Per Amundsen
; Change font for channel to bold "Comic Sans Ms" size 11
34 1 Per Amundsen
/font -b #channel 11 Comic Sans Ms 
35
</pre>