Jump to content

FONTPOT

From EDM2

Fontpot structure.

Type

struct

C Declaration Method

typedef struct

Example Code

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;