SetTextScaling
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 TQuickPDF0813.SetTextScaling(ScalePercentage: Double): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTextScaling(ScalePercentage As Double) As Long
DLL
int QuickPDFSetTextScaling(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. |