Searched refs:fontChar (Results 1 – 5 of 5) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | debugger.js | 359 str.push(glyph.fontChar);
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 32974 function buildPath(fontChar) { 32975 if (font.renderer.hasBuiltPath(fontChar)) { 32979 …j', ["".concat(font.loadedName, "_path_").concat(fontChar), 'FontPath', font.renderer.getPathJs(fo… 32989 buildPath(glyph.fontChar); 32992 if (accent && accent.fontChar) { 32993 buildPath(accent.fontChar); 34855 function Glyph(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont) { 34856 this.fontChar = fontChar; 34866 …Glyph.prototype.matchesForCache = function (fontChar, unicode, accent, width, vmetric, operatorLis… 34867 …return this.fontChar === fontChar && this.unicode === unicode && this.accent === accent && this.wi… [all …]
|
| D | pdf.js | 15559 var character = glyph.fontChar; 15601 this.paintChar(accent.fontChar, scaledAccentX, scaledAccentY, patternTransform); 21688 var character = glyph.fontChar;
|
| D | pdf.worker.js.map | 1 …fontChar","charsToGlyphs","charsCache","charsCacheKey","chars","ErrorFont","Type1Font","streamByte…
|
| D | pdf.js.map | 1 …fontChar;\n var accent = glyph.accent;\n var scaledX, scaledY, scaledAccentX, scaled…
|