Click or drag to resize

GetFontCharsetCallback Delegate

Get character set information for a font handle

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate CharacterSetTypes GetFontCharsetCallback(
	FPDF_SYSFONTINFO pThis,
	IntPtr hFont
)

Parameters

pThis  FPDF_SYSFONTINFO
Pointer to the interface structure itself
hFont  IntPtr
Font handle returned by MapFont or GetFont method

Return Value

CharacterSetTypes
Character set identifier. See defined constants above.
Remarks
Required: No.
See Also