 | PdfiumFPDFFont_GetFontTypeName Method |
Retrieve the font type name of the font and return the name in a string
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFont_GetFontTypeName(
IntPtr font
)
Public Shared Function FPDFFont_GetFontTypeName (
font As IntPtr
) As String
public:
static String^ FPDFFont_GetFontTypeName(
IntPtr font
)
static member FPDFFont_GetFontTypeName :
font : IntPtr -> string
public static String FPDFFont_GetFontTypeName(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_GetFontTypeName = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
StringThe string what represents the font type name
See Also