Difference between revisions of "Font:getAscent"
(Created page with "{{newin|0.9.0|090|type=function}} Gets the ascent of the Font. The ascent spans the distance between the baseline and the top of the glyph that reaches farthest from the base...") |
m |
||
Line 13: | Line 13: | ||
== See Also == | == See Also == | ||
* [[parent::Font]] | * [[parent::Font]] | ||
+ | * [[Font:getDescent]] | ||
+ | * [[Font:getBaseline]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Gets the ascent of the Font in pixels.}} | {{#set:Description=Gets the ascent of the Font in pixels.}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|Font:getAscent}} | {{i18n|Font:getAscent}} |
Latest revision as of 06:41, 31 March 2013
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the ascent of the Font. The ascent spans the distance between the baseline and the top of the glyph that reaches farthest from the baseline.
Function
Synopsis
ascent = Font:getAscent( )
Arguments
None.
Returns
number ascent
- The ascent of the Font in pixels.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info