SMALLROWGLYPH

SMALLROWGLYPH  struc
   srgOrgX    db  0
   srgOrgY    db  0
   srgWidth   db  0
   srgHeight  db  0
SMALLROWGLYPH  ends
 

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

Members

srgOrgX
Distance from glyph origin to left edge of the glyph bitmap.
srgOrgY
Distance from glyph origin to top edge of the glyph bitmap.
srgWidth
Width of glyph bitmap in pixels.
srgHeight
Height of glyph bitmap in pixels.

See Also

NewFontSeg