Font Definition Header

This structure defines the format or the character definition records that follow it:

typedef struct_FONTDEFINITIONHEADER {
        ULONG        ulIdentity;
        ULONG        ulSize;
        SHORT        fsFontdef;
        SHORT        fsChardef;
        SHORT        usCellSize;
        SHORT        xCellWidth;
        SHORT        yCellHeight;
        SHORT        xCellIncrement;
        SHORT        xCellA;
        SHORT        xCellB;
        SHORT        xCellC;
        SHORT        pCellBaseOffset;
} FONTDEFINITIONHEADER;
typedef FONTDEFINITIONHEADER FAR *PFONTDEFINITIONHEADER;

Where: