 | PdfiumFPDFFont_GetFontType Method |
Get font type
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FontTypes FPDFFont_GetFontType(
IntPtr font
)
Public Shared Function FPDFFont_GetFontType (
font As IntPtr
) As FontTypes
public:
static FontTypes FPDFFont_GetFontType(
IntPtr font
)
static member FPDFFont_GetFontType :
font : IntPtr -> FontTypes
public static FontTypes FPDFFont_GetFontType(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_GetFontType = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
FontTypesFont type
See Also