FOCAFONT data structure.
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;
typedef FOCAFONT * PFOCAFONT ;