FontApi.GetKerningPairsApi Method

PDF File Writer

FontApiGetKerningPairsApi Method

Gets kerning pairs array

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public WinKerningPair[] GetKerningPairsApi(
	int FirstChar,
	int LastChar
)

Parameters

FirstChar
Type: SystemInt32
First character
LastChar
Type: SystemInt32
Last character

Return Value

Type: WinKerningPair
Array of kerning pairs
See Also