SetTextSize
Description
Set the size of the text to use for any subsequently draw text. The text size is always measured in points, even if the measurement units have been changed with SetMeasurementUnits.
Syntax
Delphi
function TQuickPDF0813.SetTextSize(TextSize: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTextSize(TextSize As Double) As Long
DLL
int QuickPDFSetTextSize(int InstanceID, double TextSize)
Parameters
| TextSize | The text size in points |
Return values
| 0 | A font has not been selected |
| 1 | The text size was set successfully |