 | PdfiumFPDFFont_IsUnicodeCompatible Method |
Specifies whether the font is unicode compatible
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFFont_IsUnicodeCompatible(
IntPtr font
)
Public Shared Function FPDFFont_IsUnicodeCompatible (
font As IntPtr
) As Boolean
public:
static bool FPDFFont_IsUnicodeCompatible(
IntPtr font
)
static member FPDFFont_IsUnicodeCompatible :
font : IntPtr -> bool
public static boolean FPDFFont_IsUnicodeCompatible(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_IsUnicodeCompatible = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
BooleanTrue if the font is unicode compatible, False otherwise.
See Also