Difference between revisions of "FontBase:getLineHeight"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(number) = FontBase:getLineHeight() | (number) = FontBase:getLineHeight() | ||
− | </ | + | </syntaxhighlight> |
=== Return values === | === Return values === |
Latest revision as of 14: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.