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

FT_Glyph_Metrics

Declaration

Source position: msefreetype.pas line 164

type FT_Glyph_Metrics = record

  width: FT_Pos;

  height: FT_Pos;

  horiBearingX: FT_Pos;

  horiBearingY: FT_Pos;

  horiAdvance: FT_Pos;

  vertBearingX: FT_Pos;

  vertBearingY: FT_Pos;

  vertAdvance: FT_Pos;

end;


Documentation generated on: 2021-05-13