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

TSubglyph_Record

Declaration

Source position: fefontengine.pas line 1244

type TSubglyph_Record = record

  index: Int;

  

  is_scaled: Boolean;

  

  is_hinted: Boolean;

  

  preserve_pps: Boolean;

  

  bbox: FE_BBox;

  

  zone: TGlyph_Zone;

  

  arg1: Int;

  

  arg2: Int;

  

  element_flag: Int;

  

  transform: TGlyph_Transform;

  

  file_offset: Long;

  

  pp1: FE_Vector;

  

  pp2: FE_Vector;

  

  advanceWidth: Int;

  

  leftBearing: Int;

  

end;



CT Web help

CodeTyphon Studio