Lines Matching refs:maxp
52813 return t.parent.maxp.numGlyphs - t.parent.hhea.numberOfMetrics;
52816 var maxp = new r.Struct({
53467 return t.parent.maxp.numGlyphs;
54723 return t.parent.parent.maxp.numGlyphs + 1;
55348 return t.parent.parent.maxp.numGlyphs;
55581 return t.parent.maxp.numGlyphs - t.parent.vhea.numberOfMetrics;
56060 tables.maxp = maxp;
63661 var maxp = cloneDeep(this.font.maxp);
63662 maxp.numGlyphs = this.glyf.length;
63695 maxp: maxp,
64278 return this.maxp.numGlyphs;