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

TFace

Declaration

Source position: fefontengine.pas line 1290

type TFace = record

  stream: FE_Stream;

  

  ttcHeader: TTTCHeader;

  

  maxProfile: TMaxProfile;

  

  fontHeader: FE_Header;

  

  horizontalHeader: FE_Horizontal_Header;

  

  verticalInfo: Boolean;

  

  verticalHeader: FE_Vertical_Header;

  

  os2: FE_OS2;

  

  postscript: FE_Postscript;

  

  hdmx: THdmx;

  

  nameTable: TName_Table;

  

  numTables: Int;

  

  dirTables: PTableDirEntries;

  

  numCMaps: Int;

  

  cMaps: PCMapTables;

  

  numLocations: Int;

  

  glyphLocations: PStorage;

  

  fontPgmSize: Int;

  

  fontProgram: Pbyte;

  

  cvtPgmSize: Int;

  

  cvtProgram: Pbyte;

  

  cvtSize: Int;

  

  cvt: PShort;

  

  gasp: TGasp;

  

  numGlyphs: Int;

  

  maxPoints: Int;

  

  maxContours: Int;

  

  maxComponents: Int;

  

  instances: TCache;

  

  glyphs: TCache;

  

  kernings: TObject;

  

  extension: Pointer;

  

  genericP: Pointer;

  

end;



CT Web help

CodeTyphon Studio