Home
last modified time | relevance | path

Searched refs:fontChar (Results 1 – 5 of 5) sorted by relevance

/plugin/pdfjs/pdfjs/web/
Ddebugger.js359 str.push(glyph.fontChar);
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32974 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 …]
Dpdf.js15559 var character = glyph.fontChar;
15601 this.paintChar(accent.fontChar, scaledAccentX, scaledAccentY, patternTransform);
21688 var character = glyph.fontChar;
Dpdf.worker.js.map1fontChar","charsToGlyphs","charsCache","charsCacheKey","chars","ErrorFont","Type1Font","streamByte…
Dpdf.js.map1fontChar;\n var accent = glyph.accent;\n var scaledX, scaledY, scaledAccentX, scaled…