Project

General

Profile

Font » History » Revision 16

Revision 15 (Per Amundsen, 12/13/2019 06:26 PM) → Revision 16/20 (Per Amundsen, 03/26/2021 06:42 PM)

_Added in 2.2_ 

 */font [-asbiueltdzxrwomcnfgph] [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 only [[Editbox Control|Editbox]] font. *(AdiIRC only)* 
 -l - Change only Nicklist/Listbox font. *(AdiIRC only)* 
 -t - Change only Textview/message buffer 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. *(AdiIRC only)* 
 -w - Change the Switchbar font. *(AdiIRC only)* 
 -o - Change the Toolbar font. *(AdiIRC only)* 
 -m - Change the [[Menubar_Control|Menubar]] Menubar font. *(AdiIRC only)* 
 -c - Change the Statusbar font. *(AdiIRC only)* 
 -n - Change the Monitor Panels font. *(AdiIRC only)* 
 -f - Change the Channel Monitor Panel font. *(AdiIRC only)* 
 -g - Change the Server Monitor Panel font. *(AdiIRC only)* 
 -p - Change the Tips font. *(AdiIRC only)* 
 -h - Change the Channel List font. *(AdiIRC only)* 

 *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>