LARGEBITGLYPH struc
lbgOrgX dw 0
lbgOrgY dw 0
lbgWidth dw 0
lbgHeight dw 0
lbgPixels dd 0
LARGEBITGLYPH 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