{"version":3,"sources":["webpack:///./node_modules/lib-font/src/opentype/tables/simple/maxp.js"],"names":["maxp","constructor","dict","dataview","p","super","this","version","legacyFixed","numGlyphs","uint16","maxPoints","maxContours","maxCompositePoints","maxCompositeContours","maxZones","maxTwilightPoints","maxStorage","maxFunctionDefs","maxInstructionDefs","maxStackElements","maxSizeOfInstructions","maxComponentElements","maxComponentDepth","verifyLength"],"mappings":"2FAAA,uDAOA,MAAMA,UAAa,IACjBC,YAAYC,EAAMC,GAChB,MACEC,EADaC,MAAMH,EAAMC,GACdC,EACbE,KAAKC,QAAUH,EAAEI,YACjBF,KAAKG,UAAYL,EAAEM,OACE,IAAjBJ,KAAKC,UACPD,KAAKK,UAAYP,EAAEM,OACnBJ,KAAKM,YAAcR,EAAEM,OACrBJ,KAAKO,mBAAqBT,EAAEM,OAC5BJ,KAAKQ,qBAAuBV,EAAEM,OAC9BJ,KAAKS,SAAWX,EAAEM,OAClBJ,KAAKU,kBAAoBZ,EAAEM,OAC3BJ,KAAKW,WAAab,EAAEM,OACpBJ,KAAKY,gBAAkBd,EAAEM,OACzBJ,KAAKa,mBAAqBf,EAAEM,OAC5BJ,KAAKc,iBAAmBhB,EAAEM,OAC1BJ,KAAKe,sBAAwBjB,EAAEM,OAC/BJ,KAAKgB,qBAAuBlB,EAAEM,OAC9BJ,KAAKiB,kBAAoBnB,EAAEM,QAE7BN,EAAEoB,cACJ,E","file":"js/25-1745219f8bd01b40a215.chunk.js","sourcesContent":["import { SimpleTable } from \"../simple-table.js\";\n\n/**\n * The OpenType `maxp` table.\n *\n * See https://docs.microsoft.com/en-us/typography/opentype/spec/maxp\n */\nclass maxp extends SimpleTable {\n constructor(dict, dataview) {\n const _super = super(dict, dataview),\n p = _super.p;\n this.version = p.legacyFixed;\n this.numGlyphs = p.uint16;\n if (this.version === 1) {\n this.maxPoints = p.uint16;\n this.maxContours = p.uint16;\n this.maxCompositePoints = p.uint16;\n this.maxCompositeContours = p.uint16;\n this.maxZones = p.uint16;\n this.maxTwilightPoints = p.uint16;\n this.maxStorage = p.uint16;\n this.maxFunctionDefs = p.uint16;\n this.maxInstructionDefs = p.uint16;\n this.maxStackElements = p.uint16;\n this.maxSizeOfInstructions = p.uint16;\n this.maxComponentElements = p.uint16;\n this.maxComponentDepth = p.uint16;\n }\n p.verifyLength();\n }\n}\nexport { maxp };"],"sourceRoot":""}