SetTextScaling
Text
Descrição
Define o quanto escalar o texto na direção em que ele é escrito Isso estica todos os caracteres da fonte, bem como o espaçamento entre os caracteres
Sintaxe
Delphi
Function TPDFlib.SetTextScaling(ScalePercentage: Double): Integer;
ActiveX
Function PDFlib::SetTextScaling(ScalePercentage As Double) As Long
DLL
int DLSetTextScaling(int InstanceID, double ScalePercentage);
Parâmetros
| 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. |
|---|