FontMetrics.GetAscender

FontMetrics.GetAscender method

Returns ascender for specific Font size.

public virtual double GetAscender(double fontSize)
ParameterTypeDescription
fontSizeDoubleFont size.

Return Value

Ascender value.

See Also