Jump to content

VIOFONTCELLSIZE

From EDM2
Revision as of 18:04, 8 February 2020 by Martini (talk | contribs) (Created page with "An array of VIOFONTCELLSIZE structures. ==Example Code== <PRE> typedef struct _VIOFONTCELLSIZE { BYTE xWidth; Width of the VIO character cell.: BYTE yHei...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An array of VIOFONTCELLSIZE structures.

Example Code

typedef struct _VIOFONTCELLSIZE {
  BYTE     xWidth;   /*  Width of the VIO character cell. */
  BYTE     yHeight;  /*  Height of the VIO character cell. */
} VIOFONTCELLSIZE;

typedef VIOFONTCELLSIZE *PVIOFONTCELLSIZE;