$lineheight » History » Revision 2
Revision 1 (Per Amundsen, 01/03/2015 01:20 AM) → Revision 2/4 (Per Amundsen, 08/12/2015 10:43 PM)
_Added in 1.9.5_ *$lineheight(font, size)* Returns the line height of the given font and size using current AdiIRC options. size. *Parameters* font - Font to calculate. size - Font size to calculate. *Example* <pre> //echo -ag Lineheight for Consolas 10 is $lineheight(Consolas, 10) </pre>