[Overview][Constants][Types][Procedures and functions] Reference for unit 'unitxft' (#fpgfx)

TXGlyphInfo

Declaration

Source position: unitxft.pas line 64

type TXGlyphInfo = packed record

  width: Word;

  

  height: Word;

  

  x: SmallInt;

  

  y: SmallInt;

  

  xOff: SmallInt;

  

  yOff: SmallInt;

  

end;

Description