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 DoubleDLL
double DLGetTextAscent(int InstanceID);Return values
| The ascent of the selected font |