{"version":3,"sources":["webpack:///./node_modules/lib-font/src/opentype/tables/simple/other/LTSH.js"],"names":["LTSH","constructor","dict","dataview","p","super","this","version","uint16","numGlyphs","yPels","readBytes"],"mappings":"2FAAA,uDAOA,MAAMA,UAAa,IACjBC,YAAYC,EAAMC,GAChB,MACEC,EADaC,MAAMH,EAAMC,GACdC,EACbE,KAAKC,QAAUH,EAAEI,OACjBF,KAAKG,UAAYL,EAAEI,OACnBF,KAAKI,MAAQN,EAAEO,UAAUL,KAAKG,UAChC,E","file":"js/29-aa73d8f5bb05995eeeb9.chunk.js","sourcesContent":["import { SimpleTable } from \"../../simple-table.js\";\n\n/**\n * The OpenType `LTSH` table.\n *\n * See https://docs.microsoft.com/en-us/typography/opentype/spec/LTSH\n */\nclass LTSH extends SimpleTable {\n constructor(dict, dataview) {\n const _super = super(dict, dataview),\n p = _super.p;\n this.version = p.uint16;\n this.numGlyphs = p.uint16;\n this.yPels = p.readBytes(this.numGlyphs);\n }\n}\nexport { LTSH };"],"sourceRoot":""}