[Overview][Constants][Types][Index] Reference for unit 'TTTables' (#lazutils)

TMaxProfile

Declaration

Source position: tttables.pas line 91

type TMaxProfile = record

  Version: TT_Fixed;

  

  numGlyphs: UShort;

  

  maxPoints: UShort;

  

  maxContours: UShort;

  

  maxCompositePoints: UShort;

  

  maxCompositeContours: UShort;

  

  maxZones: UShort;

  

  maxTwilightPoints: UShort;

  

  maxStorage: UShort;

  

  maxFunctionDefs: UShort;

  

  maxInstructionDefs: UShort;

  

  maxStackElements: UShort;

  

  maxSizeOfInstructions: UShort;

  

  maxComponentElements: UShort;

  

  maxComponentDepth: UShort;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.