SetTextScaling
Text
Description
Sets the amount to scale text in the direction the text is written. This stretches all the characters in the font as well as the spacing between the characters.
Syntax
Delphi
function TPDFlib.SetTextScaling(ScalePercentage: Double): Integer;ActiveX
Function PDFlib::SetTextScaling(ScalePercentage As Double) As LongDLL
int DLSetTextScaling(int InstanceID, double ScalePercentage);Parameters
| ScalePercentage | The percentage to scale the text by. Values less than 100 will result in narrower text. Values greater than 100 will result in wider text. |
|---|