Click or drag to resize

FPDF_SYSFONTINFO Class

Interface for getting system font information and font mapping
Inheritance Hierarchy
SystemObject
  Patagames.PdfFPDF_SYSFONTINFO

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class FPDF_SYSFONTINFO : IStaticCallbacks

The FPDF_SYSFONTINFO type exposes the following members.

Constructors
 NameDescription
Public methodFPDF_SYSFONTINFOInitializes a new instance of the FPDF_SYSFONTINFO class
Top
Fields
 NameDescription
Public fieldDeleteFont Application defined callback function. See DeleteFont delegate for detail
Public fieldEnumFonts Application defined callback function. See EnumFontsCallback delegate for detail
Public fieldGetFaceName Application defined callback function. See GetFaceNameCallback delegate for detail
Public fieldGetFont Application defined callback function. See GetFontCallback delegate for detail
Public fieldGetFontCharset Application defined callback function. See GetFontCharsetCallback delegate for detail
Public fieldGetFontData Application defined callback function. See GetFontDataCallback delegate for detail
Public fieldMapFont Application defined callback function. See MapFontCallback delegate for detail
Public fieldRelease Application defined callback function. See ReleaseCallback delegate for detail
Public fieldVersion Version number of the interface. Currently must be 1.
Top
See Also