Jump to content

FOCAFONT

From EDM2
Revision as of 16:23, 27 December 2019 by Martini (talk | contribs) (Created page with "FOCAFONT data structure. ==Type== typedef struct _FOCAFONT { FONTSIGNATURE fsSignature; FOCAFONT data structure.: FOCA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FOCAFONT data structure.

Type

typedef struct _FOCAFONT {
 FONTSIGNATURE                         fsSignature;                      /*  FOCAFONT data structure. */
 FOCAMETRICS                           fmMetrics;                        /*  Font metrics structure. */
 FONTDEFINITIONHEADER                  fdDefinitions;                    /*  Defines format of character definition records. */
 TYPE1CELL, TYPE2CELL or TYPE3CELL     font_cell [ ];  /*  Array of Type 1, 2, or 3 cells. */
} FOCAFONT;

C Declaration Method

typedef FOCAFONT *PFOCAFONT;