Lines Matching refs:glyphs

30973       var glyphs = font.charsToGlyphs(chars);
30979 PartialEvaluator.buildFontPaths(font, glyphs, this.handler);
30983 return glyphs;
31828 var glyphs = font.charsToGlyphs(chars);
31830 for (var i = 0; i < glyphs.length; i++) {
31831 var glyph = glyphs[i];
32973 PartialEvaluator.buildFontPaths = function (font, glyphs, handler) {
32987 …for (var _iterator = glyphs[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _ite…
33041 var glyphs = this.font.glyphCacheValues;
33042 PartialEvaluator.buildFontPaths(this.font, glyphs, handler);
35381 function getRanges(glyphs, numGlyphs) {
35384 for (var charCode in glyphs) {
35385 if (glyphs[charCode] >= numGlyphs) {
35391 glyphId: glyphs[charCode]
35430 function createCmapTable(glyphs, numGlyphs) {
35431 var ranges = getRanges(glyphs, numGlyphs);
37335 var glyphs, glyph, charcode;
37338 glyphs = charsCache[chars];
37340 if (glyphs) {
37341 return glyphs;
37349 glyphs = [];
37364 glyphs.push(glyph);
37370 glyphs.push(glyph);
37374 return charsCache[charsCacheKey] = glyphs;
37718 wrap: function Type1Font_wrap(name, glyphs, charstrings, subrs, properties) {
37743 var count = glyphs.length;
37764 charStringsIndex.add(glyphs[i]);
47114 glyphs: cff.charStrings.objects,
47140 var glyphs = [];
47145 glyphs.push(glyf.subarray(startOffset, endOffset));
47149 return glyphs;
47251 var subglyph = font.glyphs[glyphIndex];
47606 compileCharString(font.glyphs[cmap.glyphId], cmds, font, cmap.glyphId);
47611 compileCharString(font.glyphs[cmap.glyphId], cmds, font, cmap.glyphId);
47834 fn = this.compileGlyph(this.glyphs[cmap.glyphId], cmap.glyphId);
47903 function TrueTypeCompiled(glyphs, cmap, fontMatrix) {
47909 _this.glyphs = glyphs;
47935 _this2.glyphs = cffInfo.glyphs;