public delegate void EnumFontsCallback( FPDF_SYSFONTINFO pThis, IntPtr pMapper )
Public Delegate Sub EnumFontsCallback ( pThis As FPDF_SYSFONTINFO, pMapper As IntPtr )
public delegate void EnumFontsCallback( FPDF_SYSFONTINFO^ pThis, IntPtr pMapper )
type EnumFontsCallback = delegate of pThis : FPDF_SYSFONTINFO * pMapper : IntPtr -> unit
/** @delegate */ public delegate void EnumFontsCallback( FPDF_SYSFONTINFO pThis, IntPtr pMapper )
function(pThis, pMapper);