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 ;