LARGEROWGLYPH

LARGEROWGLYPH  struc
   lrgOrgX    dw  0
   lrgOrgY    dw  0
   lrgWidth   dw  0
   lrgHeight  dw  0
LARGEROWGLYPH  ends
 

Specifies the header for a glyph stored in byte-packed, row-oriented format. The glyph bitmap is stored immediately after this structure.

Members

lrgOrgX
Distance from glyph origin to left edge of the glyph bitmap.
lrgOrgY
Distance from glyph origin to top edge of the glyph bitmap.
lrgWidth
Width of glyph bitmap in pixels.
lrgHeight
Height of glyph bitmap in pixels.

See Also

NewFontSeg