Click or drag to resize

PdfiumFPDFFont_GetCharTypeWidth 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_GetCharTypeWidth(
	IntPtr font,
	int charcode,
	out bool isVert
)

Parameters

font  IntPtr
Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
charcode  Int32
The character code.
isVert  Boolean
Gets the flag indicating whether a given symbol is vertically inscribed.

Return Value

Int32
Character width of a font object.
See Also