{"version":3,"sources":["webpack:///./node_modules/lib-font/src/opentype/tables/simple/ttf/fpgm.js"],"names":["fpgm","constructor","dict","dataview","p","super","this","Array","length","map","_","uint8"],"mappings":"2FAAA,8DAQA,MAAMA,UAAa,IACjBC,YAAYC,EAAMC,GAChB,MACEC,EADaC,MAAMH,EAAMC,GACdC,EAKb,YAAKE,KAAM,gBAAgB,IAAM,IAAI,IAAIC,MAAML,EAAKM,SAASC,KAAIC,GAAKN,EAAEO,SAC1E,E","file":"js/39-7a4aa650aa3873b20c35.chunk.js","sourcesContent":["import { SimpleTable } from \"../../simple-table.js\";\nimport lazy from \"../../../../lazy.js\";\n\n/**\n * The OpenType `fpgm` table.\n *\n * See https://docs.microsoft.com/en-us/typography/opentype/spec/fpgm\n */\nclass fpgm extends SimpleTable {\n constructor(dict, dataview) {\n const _super = super(dict, dataview),\n p = _super.p;\n //\n // The actual data is n instructions, where n is the number of\n // uint8 items that fit in the size of the table... so, table.length\n //\n lazy(this, `instructions`, () => [...new Array(dict.length)].map(_ => p.uint8));\n }\n}\nexport { fpgm };"],"sourceRoot":""}