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

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

typedef   TYPE1CELL   * PTYPE1CELL ;


[Back: STR64]
[Next: TYPE1CELL Field - offset]