IFontMetrics.GetTypoDescender

IFontMetrics.GetTypoDescender method

Returns typographic descender for specific Font size.

public double GetTypoDescender(double fontSize)
ParameterTypeDescription
fontSizeDoubleFont size.

Return Value

Typographic descender value.

See Also