ITrueTypeFont.GetDescent

ITrueTypeFont.GetDescent method

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

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

Return Value

The descent of the font in points.

See Also