Difference between revisions of "FontBase:getAscender"

From GiderosMobile
Line 8: Line 8:
 
(number) = FontBase:getAscender()
 
(number) = FontBase:getAscender()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (number) The ascender of the font<br/>
 
'''Returns''' (number) The ascender of the font<br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2011.6

Description


Returns the ascender of the font. The ascender of a font is the distance from the baseline to the highest position characters extend to.

(number) = FontBase:getAscender()

Return values

Returns (number) The ascender of the font