Jump to content

TYPE2CELL

From EDM2

Indicates the width of a character in the inline direction (the b-space).

Example Code

typedef struct _TYPE2CELL {
  LONG       offset;  /*  Pointer to glyph. */
  USHORT     width;   /*  Width of character, in world coordinates. */
} TYPE2CELL;

typedef TYPE2CELL *PTYPE2CELL;