Home
last modified time | relevance | path

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

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32375 glyphName;
32381 glyphName = differences[charcode]; property
32383 if (glyphName === '.notdef') {
32387 encoding[charcode] = glyphName;
32393 glyphName = encoding[charcode]; property
32395 if (glyphName === '') {
32397 } else if (glyphsUnicodeMap[glyphName] === undefined) {
32400 switch (glyphName[0]) {
32402 if (glyphName.length === 3) {
32403 code = parseInt(glyphName.substring(1), 16);
[all …]
Dpdf.worker.js.map1glyphName","glyphsUnicodeMap","getUnicodeForGlyph","baseEncoding","buildToUnicode","ucs2CMapName",…