| [Overview][Constants][Types][Index] |
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; |
| lazarus-ccr.sourceforge.net |