PdfFont.TextKerningWidth Method

PDF File Writer

PdfFontTextKerningWidth Method

Text kerning width

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double TextKerningWidth(
	double FontSize,
	KerningAdjust[] KerningArray
)

Parameters

FontSize
Type: SystemDouble
Font size
KerningArray
Type: PdfFileWriterKerningAdjust
Kerning array

Return Value

Type: Double
Width
See Also