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 Long

DLL

int DLSetTextScaling(int InstanceID, double ScalePercentage);

Parameters

ScalePercentageThe percentage to scale the text by. Values less than 100 will result in narrower text. Values greater than 100 will result in wider text.