Project

General

Profile

Font » History » Revision 10

Revision 9 (Per Amundsen, 01/27/2017 04:59 PM) → Revision 10/20 (Per Amundsen, 07/27/2017 02:45 AM)

_Added in 2.2_ 

 */font [-asbiueltdzxrwomcnfgph] [-asbiueltdzxrwomcnfgp] [window] <fontsize> <fontname>* 

 Allows you to change the font for the current/specified window or control. 
 If no parameters are specified, opens the font dialog. 

 _Only new messages will have the new bold/italic/underline settings._ 

 *Switches* 

 -a - Change active window font. 
 -s - Change status window font.  
 -b - Use bold font. 
 -i - Use italic font. 
 -u - Use underline font. (AdiIRC only) 

 -e - Change Editbox font. (AdiIRC only) 
 -l - Change Nicklist/Listbox font. (AdiIRC only) 
 -t - Change Textview font. (AdiIRC only) 

 -d - Sets the font as default font. 
 -z - Resets all window fonts to default or the specified font. 
 -x - Resets the specified window font to default. (AdiIRC only) 

 -r - Change the Treebar font. 
 -w - Change the Switchbar font. 
 -o - Change the Toolbar font. 
 -m - Change the Menubar font. 
 -c - Change the Statusbar font. 
 -n - Change the Monitor Panels font. 
 -f - Change the Channel Monitor Panel font. 
 -g - Change the Server Monitor Panel font. 
 -p - Change the Tips font. 
 -h - Change the Channel List font. 

 *Parameters* 

 [window] - Window to change font for. 
 <fontsize> - Font size to change to. 
 <fontname> Font name to change to. 

 *Example* 

 <pre> 
 ; Change font for channel to bold "Comic Sans Ms" size 11 
 /font -b #channel 11 Comic Sans Ms  
 </pre>