Difference between revisions of "FontBase:getLineHeight"
From GiderosMobile
(----) |
|||
Line 1: | Line 1: | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | + | '''Class:''' [[FontBase]]<br/> | |
− | ''' | + | |
− | ''' | + | === Description === |
− | === | + | Returns the distance from one base line to the next. |
− | + | ||
− | Returns the distance from one base line to the next. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
(number) = FontBase:getLineHeight() | (number) = FontBase:getLineHeight() | ||
</source> | </source> | ||
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (number) The distance from one base line to the next.<br/> | ||
+ | |||
+ | ---- | ||
+ | {{Special:PrefixIndex/FontBase:}} | ||
+ | <br/> | ||
+ | |||
+ | {{Special:PrefixIndex/FontBase.TLF}} | ||
+ | <br/> |
Revision as of 21:26, 2 December 2019
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.