Click or drag to resize

DeleteFontCallback Delegate

Delete a font handle

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void DeleteFontCallback(
	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
Remarks
Required: Yes.
See Also