 | PdfiumFPDFFont_GetBaseFont Method |
Retrieve the base font 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_GetBaseFont(
IntPtr font
)
Public Shared Function FPDFFont_GetBaseFont (
font As IntPtr
) As String
public:
static String^ FPDFFont_GetBaseFont(
IntPtr font
)
static member FPDFFont_GetBaseFont :
font : IntPtr -> string
public static String FPDFFont_GetBaseFont(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_GetBaseFont = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
StringThe string what represents the base font name
See Also