{"version":3,"sources":["webpack:///./node_modules/lib-font/src/opentype/tables/simple/other/PCLT.js"],"names":["PCLT","constructor","dict","dataview","super","p","console","warn"],"mappings":"2FAAA,uDAOA,MAAMA,UAAa,IACjBC,YAAYC,EAAMC,GACDC,MAAMF,EAAMC,GACdE,EACbC,QAAQC,KAAK,iFACbD,QAAQC,KAAK,4EACf,E","file":"js/30-98cf6de1cff2b7baf357.chunk.js","sourcesContent":["import { SimpleTable } from \"../../simple-table.js\";\n\n/**\n * The OpenType `PCLT` table.\n *\n * See https://docs.microsoft.com/en-us/typography/opentype/spec/PCLT\n */\nclass PCLT extends SimpleTable {\n constructor(dict, dataview) {\n const _super = super(dict, dataview),\n p = _super.p;\n console.warn(`This font uses a PCLT table, which is currently not supported by this parser.`);\n console.warn(`If you need this table parsed, please file an issue, or better yet, a PR.`);\n }\n}\nexport { PCLT };"],"sourceRoot":""}