Project

General

Profile

$lineheight » History » Revision 3

Revision 2 (Per Amundsen, 08/12/2015 10:43 PM) → Revision 3/4 (Per Amundsen, 08/12/2015 10:44 PM)

_Added in 1.9.5_ 

 *$lineheight(font, size)* 

 Returns the line height of the given font and size. size using current AdiIRC options. 

 *Parameters* 

 font - Font to calculate. 
 size - Font size to calculate. 

 *Example* 

 <pre> 
 //echo -ag Lineheight for Consolas 10 is $lineheight(Consolas, 10) 
 </pre>