ITrueTypeFont.GetAscent

ITrueTypeFont.GetAscent method

Gets the ascent of the font in points using the specified font size.

public float GetAscent(float fontSize)
ParameterTypeDescription
fontSizeSingleThe size of the font.

Return Value

The ascent of the font in points.

See Also