Click or drag to resize

PdfiumFPDFFont_GetFontDict Method

Gets dictionary from font object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFFont_GetFontDict(
	IntPtr font
)

Parameters

font  IntPtr
Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)

Return Value

IntPtr
Handle to the font dictionary; IntPtr.Zero if any error occurs.
See Also