Jump to content

TYPE1CELL

From EDM2
Revision as of 18:00, 8 February 2020 by Martini (talk | contribs) (Created page with "Indicates the width of a character in the inline direction (the b-space). ==Example Code== <PRE> typedef struct _TYPE1CELL { LONG offset; Pointer to glyph.: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;