Searched refs:isInFont (Results 1 – 4 of 4) sorted by relevance
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 34855 function Glyph(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont) { 34863 this.isInFont = isInFont; 34866 …orCache = function (fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont) { 34867 …& this.operatorListId === operatorListId && this.isSpace === isSpace && this.isInFont === isInFont; 37300 var isInFont = charcode in this.toFontChar; 37314 isInFont = true; property 37326 …ph.matchesForCache(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont)) { 37327 … glyph = new Glyph(fontChar, unicode, accent, width, vmetric, operatorListId, isSpace, isInFont);
|
| D | pdf.js | 15592 if (glyph.isInFont || font.missingFile) { 21692 if (!glyph.isInFont && !font.missingFile) {
|
| D | pdf.worker.js.map | 1 …isInFont","mapSpecialUnicodeValues","operatorListId","fontChar","charsToGlyphs","charsCache","char…
|
| D | pdf.js.map | 1 …isInFont || font.missingFile) {\n if (simpleFillText && !accent) {\n // common…
|