SMALLBITGLYPH struc
sbgOrgX db 0
sbgOrgY db 0
sbgWidth db 0
sbgHeight db 0
sbgPixels dw 0
SMALLBITGLYPH ends
This structure is the header for a glyph stored in bit-packed row-oriented format. The glyph bitmap is stored immediately after this structure. Bit-packed format means that the glyph rows are packed together end-to-end. There is no padding out to byte boundaries at the end of a row.
NewFontSeg