GetTextAscent
Text, Fonts, Page layout
Description
Returns the size of the selected font, measured from the baseline to the top of capital letters (without any accents).
Syntax
Delphi
Function TPDFlib.GetTextAscent: Double;
ActiveX
Function PDFlib::GetTextAscent() As Double
DLL
double DLGetTextAscent(int InstanceID);
Return values
| The ascent of the selected font |