GetTextHeight
Description
Returns the height of the selected font. This is the sum of GetTextBound(2) and -GetTextBound(4).
Syntax
Delphi
function TDebenuPDFLibrary1811.GetTextHeight: Double;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetTextHeight As Double
DLL
double DPLGetTextHeight(int InstanceID)
Return values
The height of the selected font |