GetKerning
Description
Returns the amount of kerning for the specified character pair.
Syntax
Delphi
function TQuickPDF0813.GetKerning(CharPair: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetKerning(CharPair As String) As Long
DLL
int QuickPDFGetKerning(int InstanceID, wchar_t * CharPair)
Parameters
| CharPair | A two-character string containing the characters making the kerning pair, for example "AW" |
Return values
| The amount the space between the kerning pair will be reduced by. This is the same value as shown in graphics programs such as Adobe Illustrator. A value of 1000 is the same as the height of the text. |