Click or drag to resize

PdfiumFPDFFont_IsUnicodeCompatible Method

Specifies whether the font is unicode compatible

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

Parameters

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

Return Value

Boolean
True if the font is unicode compatible, False otherwise.
See Also