$height » History » Revision 2
« Previous |
Revision 2/3
(diff)
| Next »
Per Amundsen, 04/02/2020 04:36 PM
Added in 1.9.1
$height(text,font,size,[B],[C],[D])
Returns height of text in pixels for the specified font.
If you use a negative number for the font size, it will match the size of fonts in the font dialogs.
Parameters
text - Text to measure.
font - Font to measure.
size - Font size to measure.
[B] - If B is non-zero, the font is bold. (optional)
[C] - If C is non-zero, control codes are processed. (optional)
[D] - TODO
Example
; Measure the height of text 'Hello World' using font 'Verdana 9'. //echo -ag $height(Hello world, Verdana, 9)
Updated by Per Amundsen over 4 years ago · 2 revisions