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

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

typedef   TYPE2CELL   * PTYPE2CELL ;


[Back: TYPE1CELL Field - width]
[Next: TYPE2CELL Field - offset]