Click or drag to resize

PdfiumFPDFFont_GetFontTypeName Method

Retrieve the font type name of the font and return the name in a string

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFFont_GetFontTypeName(
	IntPtr font
)

Parameters

font  IntPtr
Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)

Return Value

String
The string what represents the font type name
See Also