GetTextDescent
Text, Fonts, Page layout
Description
Returns the size of the selected font, measured from the baseline to the bottom of the tails of lowercase letters such as g and y.
Syntax
Delphi
Function TPDFlib.GetTextDescent: Double;
ActiveX
Function PDFlib::GetTextDescent() As Double
DLL
double DLGetTextDescent(int InstanceID);
Return values
| The descent of the selected font |