Name
font:GetCapHeight -- get uppercase baseline distance
Synopsis
ch = font:GetCapHeight()
Function
font:GetCapHeight() gets the distance from the baseline of uppercase letters.

Returns font cap height on success. Otherwise, returns 0.

Inputs
none

Results
ch
font cap height

Show TOC