GetTextWidth
Description
Calculate the width of the specified text, based on the selected font and font size.
Syntax
Delphi
function TQuickPDF0813.GetTextWidth(Text: WideString): Double;
ActiveX
Function QuickPDF0813.PDFLibrary::GetTextWidth(Text As String) As Double
DLL
double QuickPDFGetTextWidth(int InstanceID, wchar_t * Text)
Parameters
| Text | The text to determine the width for |
Return values
| The width of the specified text |