[Overview][Constants][Types][Classes][Index] Reference for unit 'TTTypes' (#lazutils)

TT_Header

Declaration

Source position: tttypes.pas line 207

type TT_Header = record

  table_version: TT_Fixed;

  

  font_revision: TT_Fixed;

  

  checksum_adjust: TT_Long;

  

  magic_number: TT_Long;

  

  flags: TT_UShort;

  

  units_per_EM: TT_UShort;

  

  created: array [0..1] of TT_Long;

  

  modified: array [0..1] of TT_Long;

  

  xMin: TT_FWord;

  

  yMin: TT_FWord;

  

  xMax: TT_FWord;

  

  yMax: TT_FWord;

  

  mac_style: TT_UShort;

  

  lowest_rec_PPEM: TT_UShort;

  

  font_direction: TT_Short;

  

  index_to_loc_format: TT_Short;

  

  glyph_data_format: TT_Short;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.