SetTextSize
Text
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 TPDFlib.SetTextSize(TextSize: Double): Integer;ActiveX
Function PDFlib::SetTextSize(TextSize As Double) As LongDLL
int DLSetTextSize(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 |