Click or drag to resize

PdfiumFPDFTextObj_GetCharWidth Method

Get the width of specified character

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_GetCharWidth(
	IntPtr textObject,
	int charcode,
	out float width
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
charcode  Int32
Character code the width of which is necessary to obtain.
width  Single
Pointer to a float value receiving the width.
See Also