Home
last modified time | relevance | path

Searched refs:glyphIndex (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dfont.class.php93 $glyphIndex = $subtable->lookup($ucs2);
94 if (!is_null($glyphIndex)) {
95 … $widths[$code] = floor($hmtx->_hMetrics[$glyphIndex]['advanceWidth']*1000/$head->_unitsPerEm);
Dpdf.fpdf.makefont.php44 $glyphIndex = $subtable->lookup($ucs2);
46 if (!is_null($glyphIndex)) {
47 $realIndex = min($glyphIndex, $hhea->_numberOfHMetrics-1);
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/datatables/assets/pdfmake/
Dpdfmake.js54560 glyphIndex: r.uint16,
56430 for (var glyphIndex = 0; glyphIndex < glyphs.length - 1; glyphIndex++) {
56431 var left = glyphs[glyphIndex].id;
56432 var right = glyphs[glyphIndex + 1].id;
56433 positions[glyphIndex].xAdvance += this.getKerning(left, right);
58152 …_proto21._insertGlyphs = function _insertGlyphs(glyphIndex, insertionActionIndex, count, isBefore)…
58160 glyphIndex++;
58162 (_this$glyphs = this.glyphs).splice.apply(_this$glyphs, [glyphIndex, 0].concat(insertions));
58932 var glyphIndex = this.glyphIterator.index;
58936 this.glyphIterator.reset(options, glyphIndex);
[all …]
Dpdfmake.min.js2 …n this.string(this.topDict.FamilyName)}}]),CFFFont}(),It=new g.Struct({glyphIndex:g.uint16,vertOri…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js39123 getFDIndex: function CFFFDSelect_get(glyphIndex) { argument
39124 if (glyphIndex < 0 || glyphIndex >= this.fdSelect.length) {
39128 return this.fdSelect[glyphIndex];
47210 var glyphIndex = code[i + 2] << 8 | code[i + 3];
47251 var subglyph = font.glyphs[glyphIndex];
Dpdf.worker.js.map1glyphIndex","CFFOffsetTracker","isTracking","track","setEntryLocation","offset1","offset2","offset…