TYPE2CELL: Difference between revisions
Appearance
Created page with "Indicates the width of a character in the inline direction (the b-space). ==Example Code== <PRE> typedef struct _TYPE2CELL { LONG offset; →Pointer to glyph.: ..." |
(No difference)
|
Latest revision as of 17:00, 8 February 2020
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;