Font:getAscent

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

© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Font:getAscent