Difference between revisions of "FontBase:getLineHeight"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the distance from one base line to the next.<br /> <br /> <source lang="lua"> (number),...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Class:''' [[FontBase]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Returns the distance from one base line to the next. | |
− | Returns the distance from one base line to the next. | + | |
− | + | <syntaxhighlight lang="lua"> | |
− | < | + | (number) = FontBase:getLineHeight() |
− | (number) | + | </syntaxhighlight> |
− | </ | + | |
+ | === 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}} |
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.