From WikiChip
Difference between revisions of "mirc/identifiers/$height"
(Created page with "{{mirc title|$height Identifier}}'''$height''' returns the height of text in pixel in the specified font. == Synopsis == <pre>$height(text,font,size,B,C)</pre> == Parameter...") |
(No difference)
|
Revision as of 17:55, 4 January 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$height returns the height of text in pixel in the specified font.
Synopsis
$height(text,font,size,B,C)
Parameters
- text - The text you want the height of
- font - The name of the font
- size - The size of the font, you can specify a negative value to match the size of fonts in the font dialog
- B - Optional, pass a non-zero value to specify a bold font
- C - Optional, pass a non zero value to get control code to be processed
Properties
None
Example
//echo -a $height(test,verdana,15)
Compatibility
Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.