Name
font:GetAscent -- get vertical ascent of font
Synopsis
asc = font:GetAscent()
Function
font:GetAscent() gets the vertical ascent of the font.

Returns font vertical ascent on success. Otherwise, returns 0.

Inputs
none

Results
asc
vertical ascent

Show TOC