Click or drag to resize

PdfiumFPDFFont_GetCharBBox Method

Get the special character bounding box of a font object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFFont_GetCharBBox(
	IntPtr font,
	int charcode,
	out int left,
	out int top,
	out int right,
	out int bottom,
	int level = 0
)

Parameters

font  IntPtr
Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
charcode  Int32
The character code.
left  Int32
Pointer to a float value receiving the left of a rectangle (in points).
top  Int32
Pointer to a float value receiving the top of a rectangle (in points).
right  Int32
Pointer to a float value receiving the right of a rectangle (in points).
bottom  Int32
Pointer to a float value receiving the bottom of a rectangle (in points).
level  Int32  (Optional)
Reserved. Mast be 0
See Also