Click or drag to resize

PdfiumFPDFFont_GetBaseFont Method

Retrieve the base font 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_GetBaseFont(
	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 base font name
See Also