Jump to content

TYPE1CELL

From EDM2

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

Example Code

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

typedef TYPE1CELL *PTYPE1CELL;