Difference between revisions of "FontBase:getLineHeight"

From GiderosMobile
(----)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
Returns the distance from one base line to the next.
 
Returns the distance from one base line to the next.
  
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = FontBase:getLineHeight()
 
(number) = FontBase:getLineHeight()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
 
'''Returns''' (number) The distance from one base line to the next.<br/>
 
'''Returns''' (number) The distance from one base line to the next.<br/>
  
----
+
{{FontBase}}
{{Special:PrefixIndex/FontBase:}}
 
<br/>
 
 
 
{{Special:PrefixIndex/FontBase.TLF}}
 
<br/>
 

Latest revision as of 15:29, 13 July 2023

Available since: Gideros 2011.6
Class: FontBase

Description

Returns the distance from one base line to the next.

(number) = FontBase:getLineHeight()

Return values

Returns (number) The distance from one base line to the next.