Home
last modified time | relevance | path

Searched refs:glyphId (Results 1 – 4 of 4) sorted by relevance

/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js35346 var glyphId = charCodeToGlyphId[originalCharCode];
35348 if (!hasGlyph(glyphId)) {
35366 if (glyphId === 0) {
35367 glyphId = newGlyphZeroId; property
35370 newMap[fontCharCode] = glyphId;
35391 glyphId: glyphs[charCode] property
35398 glyphId: 0 property
35410 var codeIndices = [codes[n].glyphId];
35415 codeIndices.push(codes[n].glyphId);
35983 var j, glyphId;
[all …]
Dpdf.worker.js.map1glyphId","charCodeToGlyphId","hasGlyph","fontCharCode","codeIndices","getRanges","string16","bmpLe…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js30329 …var code, count, endCode, glyphId, glyphIds, i, idDelta, idRangeOffset, index, saveOffset, segCoun… variable
30397 glyphId = code + idDelta[i];
30400 glyphId = glyphIds[index] || 0;
30401 if (glyphId !== 0) {
30402 glyphId += idDelta[i];
30405 this.codeMap[code] = glyphId & 0xFFFF;
Dpdfmake.min.js.map1glyphId","glyphIds","idDelta","idRangeOffset","saveOffset","segCount","segCountX2","startCode","_k…