Home
last modified time | relevance | path

Searched refs:glyphUnicode (Results 1 – 2 of 2) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js31840 var glyphUnicode = glyph.unicode;
31843 if (NormalizedUnicodes[glyphUnicode] !== undefined) {
31844 glyphUnicode = NormalizedUnicodes[glyphUnicode]; property
31847 glyphUnicode = (0, _unicode.reverseIfRtl)(glyphUnicode);
31873 textChunk.str.push(glyphUnicode);
37254 var glyphUnicode = glyphsUnicodeMap[glyphName];
37258 if (this.cMap.contains(glyphUnicode)) {
37259 charcode = this.cMap.lookup(glyphUnicode);
37264 charcode = this.toUnicode.charCodeOf(glyphUnicode);
37268 charcode = glyphUnicode;
Dpdf.worker.js.map1glyphUnicode","NormalizedUnicodes","reverseIfRtl","charSpacing","wordSpacing","addFakeSpaces","tx"…