Font » History » Version 18
Per Amundsen, 02/16/2023 12:34 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 | 18 | Per Amundsen | table(ktable). |
| 13 | |*Switch*|*Description*| |
||
| 14 | | -a | Change active window font. | |
||
| 15 | | -s | Change status window font. | |
||
| 16 | | -b | Use bold font. | |
||
| 17 | | -i | Use italic font. | |
||
| 18 | | -u | Use underline font. *(AdiIRC only)* | |
||
| 19 | 8 | Per Amundsen | |
| 20 | 15 | Per Amundsen | -e - Change only [[Editbox Control|Editbox]] font. *(AdiIRC only)* |
| 21 | -l - Change only Nicklist/Listbox font. *(AdiIRC only)* |
||
| 22 | -t - Change only Textview/message buffer font. *(AdiIRC only)* |
||
| 23 | 8 | Per Amundsen | |
| 24 | 1 | Per Amundsen | -d - Sets the font as default font. |
| 25 | -z - Resets all window fonts to default or the specified font. |
||
| 26 | 15 | Per Amundsen | -x - Resets the specified window font to default. *(AdiIRC only)* |
| 27 | 7 | Per Amundsen | |
| 28 | 17 | Per Amundsen | -r - Change the [[Treebar_Control|Treebar]] font. *(AdiIRC only)* |
| 29 | -w - Change the [[Switchbar_Control|Switchbar]] font. *(AdiIRC only)* |
||
| 30 | -o - Change the [[Toolbar_Control|Toolbar]] font. *(AdiIRC only)* |
||
| 31 | 16 | Per Amundsen | -m - Change the [[Menubar_Control|Menubar]] font. *(AdiIRC only)* |
| 32 | 17 | Per Amundsen | -c - Change the [[Statusbar_Control|Statusbar]] font. *(AdiIRC only)* |
| 33 | 15 | Per Amundsen | -n - Change the Monitor Panels font. *(AdiIRC only)* |
| 34 | 1 | Per Amundsen | -f - Change the Channel Monitor Panel font. *(AdiIRC only)* |
| 35 | -g - Change the Server Monitor Panel font. *(AdiIRC only)* |
||
| 36 | -p - Change the Tips font. *(AdiIRC only)* |
||
| 37 | -h - Change the Channel List font. *(AdiIRC only)* |
||
| 38 | 15 | Per Amundsen | |
| 39 | *Parameters* |
||
| 40 | 1 | Per Amundsen | |
| 41 | 18 | Per Amundsen | table(ktable). |
| 42 | |*Parameter*|*Description*| |
||
| 43 | | [window] | Window to change font for. | |
||
| 44 | | <fontsize> | Font size to change to. | |
||
| 45 | 1 | Per Amundsen | <fontname> Font name to change to. |
| 46 | |||
| 47 | *Example* |
||
| 48 | |||
| 49 | <pre> |
||
| 50 | 3 | Per Amundsen | ; Change font for channel to bold "Comic Sans Ms" size 11 |
| 51 | 1 | Per Amundsen | /font -b #channel 11 Comic Sans Ms |
| 52 | </pre> |