Difference between revisions of "Font:getLineHeight"

 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
Gets the line height.
  
Gets the line height.
 
 
This will be the value previously set by [[Font:setLineHeight]], or <code>1.0</code> by default.
 
This will be the value previously set by [[Font:setLineHeight]], or <code>1.0</code> by default.
 
== Function ==
 
== Function ==
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
 
* [[parent::Font]]
 
* [[parent::Font]]
 +
* [[Font:setLineHeight]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gets the line height.  
+
{{#set:Description=Gets the line height. }}
}}
+
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Font:getLineHeight}}

Latest revision as of 08:56, 8 October 2019

Gets the line height.

This will be the value previously set by Font:setLineHeight, or 1.0 by default.

Function

Synopsis

height = Font:getLineHeight( )

Arguments

None.

Returns

number height
The current line height.

See Also


Other Languages