From WikiChip
Difference between revisions of "mirc/commands/font"
m (PatrolBot moved page /font command - mIRC to mirc/commands/font: per new naming convention) |
m (bot: correcting title) |
||
Line 1: | Line 1: | ||
− | {{mIRC menu}} | + | {{mirc title|/font Command}}{{mIRC menu}} |
The '''/font command''' allows you to change the font for the current window. If no parameters are specified, the font dialog pops up, otherwise the specified parameters are used. | The '''/font command''' allows you to change the font for the current window. If no parameters are specified, the font dialog pops up, otherwise the specified parameters are used. | ||
Revision as of 04:13, 4 January 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
Template:mIRC menu The /font command allows you to change the font for the current window. If no parameters are specified, the font dialog pops up, otherwise the specified parameters are used.
Synopsis
/font [-asbidz|window] <fontsize> <fontname>
Switches
- -a - applies the setting to the active window
- -s - applies the setting to the status window
- -b - makes the font bold
- -i - makes the font italic
- -d - makes the font the default for that type of window
- -z - clears all font settings and sets all windows to the specified font. If no font is specified, all windows are set to default font settings
Parameters
- [window] - if none of the -azs switch is used, you must provide the name of a window instead
- <fontsize> - the size of the font, can be negative: it will then match the size of fonts in the font dialog
- <fontname> - the name of the font
Example
/font -z -8 verdana /font -d"Status Window" -8 fixedsys /font -s 12 verdana
Compatibility
Added: 3.92
See also
mIRC commands list