IFontMetrics.GetTypoAscender

IFontMetrics.GetTypoAscender method

Returns typographic ascender for specific Font size.

public double GetTypoAscender(double fontSize)
ParameterTypeDescription
fontSizeDoubleFont size.

Return Value

Typographic ascender value.

See Also