Source position: unitxft.pas line 64
type TXGlyphInfo = packed record
width: Word;
height: Word;
x: SmallInt;
y: SmallInt;
xOff: SmallInt;
yOff: SmallInt;
end;