[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'msefreetype' (#msegui)

FT_Size_Metrics

Declaration

Source position: msefreetype.pas line 230

type FT_Size_Metrics = record

  x_ppem: FT_UShort;

  y_ppem: FT_UShort;

  x_scale: FT_Fixed;

  y_scale: FT_Fixed;

  ascender: FT_Pos;

  descender: FT_Pos;

  height: FT_Pos;

  max_advance: FT_Pos;

end;


Documentation generated on: 2021-05-13