Click or drag to resize

PdfiumFPDFFont_GetFlags Method

Get the value of the flags entry in a font descriptor.

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

Parameters

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

Return Value

FontFlags
Value of the flags entry in a font descriptor.
See Also