Aspose::Font::IFontMetrics::GetTypoAscender method

IFontMetrics::GetTypoAscender method

Returns typographic ascender for specific Font size.

virtual double Aspose::Font::IFontMetrics::GetTypoAscender(double fontSize)=0
ParameterTypeDescription
fontSizedoubleFont size.

ReturnValue

Typographic ascender value.

See Also