{"version":3,"sources":["webpack:///./node_modules/lib-font/src/opentype/tables/simple/ttf/glyf.js"],"names":["glyf","constructor","dict","dataview","super","p","getGlyphData","offset","length","this","parser","currentPosition","tableStart","readBytes"],"mappings":"2FAAA,uDAOA,MAAMA,UAAa,IACjBC,YAAYC,EAAMC,GACDC,MAAMF,EAAMC,GACdE,CAEf,CAEAC,aAAaC,EAAQC,GAEnB,OADAC,KAAKC,OAAOC,gBAAkBF,KAAKG,WAAaL,EACzCE,KAAKC,OAAOG,UAAUL,EAC/B,E","file":"js/41-c277bab90c37076c91b6.chunk.js","sourcesContent":["import { SimpleTable } from \"../../simple-table.js\";\n\n/**\n * The OpenType `glyf` table.\n *\n * See https://docs.microsoft.com/en-us/typography/opentype/spec/glyf\n */\nclass glyf extends SimpleTable {\n constructor(dict, dataview) {\n const _super = super(dict, dataview),\n p = _super.p;\n // This table is not really a table, but a pure data block.\n }\n\n getGlyphData(offset, length) {\n this.parser.currentPosition = this.tableStart + offset;\n return this.parser.readBytes(length);\n }\n}\nexport { glyf };"],"sourceRoot":""}