Jump to content

VIOFONTCELLSIZE

From EDM2
Revision as of 05:51, 21 February 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

An array of VIOFONTCELLSIZE structures.

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

typedef VIOFONTCELLSIZE *PVIOFONTCELLSIZE;