Namespace Ot.Maxp
Constant Ot.Maxp.Tag = "maxp"
Class Ot.Maxp.Table
Properties
- readonly version:number
- volatile numGlyphs:number
- volatile maxPoints:number
- volatile maxContours:number
- volatile maxCompositePoints:number
- volatile maxCompositeContours:number
- maxZones:number
- maxTwilightPoints:number
- maxStorage:number
- maxFunctionDefs:number
- maxInstructionDefs:number
- maxStackElements:number
- volatile maxSizeOfInstructions:number
- volatile maxComponentElements:number
- volatile maxComponentDepth:number
Static Methods
-
Ot.Maxp.Table.FromVersion(version:number):Ot.Maxp.Table
Creates an Maxp table with given version.
-
Ot.Maxp.Table.TrueType():Ot.Maxp.Table
Creates an Maxp table with version
0x10000
, used by TrueType fonts. -
Ot.Maxp.Table.Cff():Ot.Maxp.Table
Creates an Maxp table with version
0x5000
, used by CFF fonts.