Fontpot structure.

typedef struct _FONTPOT {
  CELL       cell;                   /*  Size of the data that follows. */
  FATTRS     fAttrs;                 /*  Font-attribute structure from WinFontDlg. */
  CHAR       szFont[CCHFONTNAME+1];  /*  The font name. */
} FONTPOT;

typedef   FONTPOT   * PFONTPOT ;


[Back] [Next]