VIO cell size. See DevEscape.

typedef struct _VIOFONTCELLSIZE {
  LONG     cx;  /*  Cell width. */
  LONG     cy;  /*  Cell height. */
} VIOFONTCELLSIZE;

typedef   VIOFONTCELLSIZE   * PVIOFONTCELLSIZE ;


[Back] [Next]