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