IFontMetrics.GetAscender

IFontMetrics.GetAscender method

Returns ascender for specific Font size.

public double GetAscender(double fontSize)
ParameterTypeDescription
fontSizeDoubleFont size.

Return Value

Ascender value.

See Also