Searched refs:glyphIndex (Results 1 – 7 of 7) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | font.class.php | 93 $glyphIndex = $subtable->lookup($ucs2); 94 if (!is_null($glyphIndex)) { 95 … $widths[$code] = floor($hmtx->_hMetrics[$glyphIndex]['advanceWidth']*1000/$head->_unitsPerEm);
|
| D | pdf.fpdf.makefont.php | 44 $glyphIndex = $subtable->lookup($ucs2); 46 if (!is_null($glyphIndex)) { 47 $realIndex = min($glyphIndex, $hhea->_numberOfHMetrics-1);
|
| /plugin/jcapture/lib/ |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 54560 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 …]
|
| D | pdfmake.min.js | 2 …n this.string(this.topDict.FamilyName)}}]),CFFFont}(),It=new g.Struct({glyphIndex:g.uint16,vertOri…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 39123 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];
|
| D | pdf.worker.js.map | 1 …glyphIndex","CFFOffsetTracker","isTracking","track","setEntryLocation","offset1","offset2","offset…
|