Click or drag to resize

PdfiumFPDFFont_GetCharWidthF Method

Get a special character width of a font object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFont_GetCharWidthF(
	IntPtr font,
	int charcode,
	int level = 0
)

Parameters

font  IntPtr
Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
charcode  Int32
The character code.
level  Int32  (Optional)
Reserved. Mast be 0.

Return Value

Int32
Character width of a font object.
See Also