FontMetrics.GetTypoAscender

FontMetrics.GetTypoAscender method

Returns descender for specific Font size.

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

Return Value

Typographic ascender value.

See Also