Difference between revisions of "FontBase:getAscender"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Returns the ascender of the font. The ascender of a font is the distance from the baseline to the highest position characters extend to.<br /> | Returns the ascender of the font. The ascender of a font is the distance from the baseline to the highest position characters extend to.<br /> | ||
Line 8: | Line 8: | ||
(number) = FontBase:getAscender() | (number) = FontBase:getAscender() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (number) <translate>The ascender of the font</translate><br/> | + | '''<translate>Returns</translate>''' (number) <translate>The ascender of the font</translate><br/> |
Revision as of 07:28, 24 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