Jump to content

VIOFONTCELLSIZE: Difference between revisions

From EDM2
Created page with "An array of VIOFONTCELLSIZE structures. ==Example Code== <PRE> typedef struct _VIOFONTCELLSIZE { BYTE xWidth; Width of the VIO character cell.: BYTE yHei..."
(No difference)

Revision as of 18:04, 8 February 2020

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;