GetTextHeight
Text, Fonts, Page layout
Description
Returns the height of the selected font. This is the sum of GetTextBound(2) and -GetTextBound (4).
Syntax
Delphi
Function TPDFlib.GetTextHeight: Double;
ActiveX
Function PDFlib::GetTextHeight() As Double
DLL
double DLGetTextHeight(int InstanceID);
Return values
| The height of the selected font |