Click or drag to resize

PdfFontGetCharFontWidth Method

Get a special character width of a font object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public int GetCharFontWidth(
	int charCode
)

Parameters

charCode  Int32
The character code.

Return Value

Int32
Character width of a font object.
See Also