Unit 'feFontEngine' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_engines]

TIns_Metrics

Declaration

Source position: fefontengine.pas line 1263

type TIns_Metrics = record

  pointsize: FE_F26Dot6;

  

  x_resolution: Int;

  

  y_resolution: Int;

  

  x_ppem: Int;

  

  y_ppem: Int;

  

  x_scale1: Long;

  

  x_scale2: Long;

  

  y_scale1: Long;

  

  y_scale2: Long;

  

  x_ratio: Long;

  

  y_ratio: Long;

  

  scale1: Long;

  

  scale2: Long;

  

  ppem: Int;

  

  ratio: Long;

  

  compensations: array [0..3] of FE_F26Dot6;

  

  rotated: Boolean;

  

  stretched: Boolean;

  

end;



CT Web help

CodeTyphon Studio