IFontMetrics.GetDescender

IFontMetrics.GetDescender method

Returns descender for specific Font size.

public double GetDescender(double fontSize)
ParameterTypeDescription
fontSizeDoubleFont size.

Return Value

Descender value.

See Also