 | DeleteFontCallback Delegate |
Delete a font handle
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic delegate void DeleteFontCallback(
FPDF_SYSFONTINFO pThis,
IntPtr hFont
)
Public Delegate Sub DeleteFontCallback (
pThis As FPDF_SYSFONTINFO,
hFont As IntPtr
)
public delegate void DeleteFontCallback(
FPDF_SYSFONTINFO^ pThis,
IntPtr hFont
)
type DeleteFontCallback =
delegate of
pThis : FPDF_SYSFONTINFO *
hFont : IntPtr -> unit
/** @delegate */
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
RemarksRequired: Yes.
See Also