Source position: msefreetype.pas line 333
type TFT_BitmapGlyph = record
root: TFT_Glyph;
left: FT_Int;
top: FT_Int;
bitmap: FT_Bitmap;
end;