| /plugin/captcha/ |
| D | EasySVG.php | 24 $this->font->ascent = 0; 151 $this->font->ascent = $z->getAttribute('ascent'); 228 $horizAdvY = $this->font->ascent + $this->font->descent; 239 … $horizAdvY += $this->font->lineHeight * ($this->font->ascent + $this->font->descent); 270 $lineHeight = ($this->font->ascent + $this->font->descent) * $fontSize * 2; 305 $horizAdvY = $this->font->ascent + $this->font->descent;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | MetricsGenerator.php | 35 'Ascent' => round($ttf->ascent),
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 116 var $ascent; variable in Mpdf\\TTFontFile 243 $this->ascent = 0; 910 $this->ascent = $this->typoAscender; 914 $this->ascent = $this->hheaascent; 918 $this->ascent = $this->usWinAscent; 927 if ($this->ascent > $this->bbox[3]) { 928 $this->ascent = $this->bbox[3]; 942 $this->ascent = $this->typoAscender; 1195 $this->capHeight = $this->ascent; 3473 $this->ascent = 0; [all …]
|
| D | OtlDump.php | 97 var $ascent; variable in Mpdf\\OtlDump 191 $this->ascent = 0; 621 $this->ascent = ($hheaAscender * $scale); 655 if (!$this->ascent) { 656 $this->ascent = ($sTypoAscender * $scale); 666 $this->capHeight = $this->ascent; 670 if (!$this->ascent) { 671 $this->ascent = ($yMax * $scale); 676 $this->capHeight = $this->ascent;
|
| D | TTFontFileAnalysis.php | 22 $this->ascent = 0;
|
| /plugin/jcapture/lib/ |
| D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
| D | sequence-diagram-raphael-min.js | 6 …stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0",ascent:"288",descent:"-72… property
|
| D | sequence-diagram-min.js | 6 …stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0",ascent:"288",descent:"-72… property
|
| D | sequence-diagram-raphael-min.js.map | 1 …sterFont","face","font-weight","font-stretch","units-per-em","panose-1","ascent","descent","x-heig…
|
| D | sequence-diagram-min.js.map | 1 …sterFont","face","font-weight","font-stretch","units-per-em","panose-1","ascent","descent","x-heig…
|
| /plugin/processing/ |
| D | script.js | 10509 ascent: font.ascent, 10595 ascent = undef, 10640 ascent = ((curTextSize-1) - yLoc) + 1; 10641 return ascent; 10643 return ascent; 11242 p.glyphTable[url].ascent = parseFloat(font_face.getAttribute("ascent"));
|
| /plugin/passpolicy/ |
| D | words.txt | 187 ascent
|
| /plugin/bible/bible_douayRheims/ |
| D | Josue.txt | 223 …em with a great slaughter, in Gabaon, and pursued them by the way of the ascent to Bethoron, and c… 354 …15:3. And it goeth out towards the ascent of the Scorpion, and passeth on to Sina: and ascendeth i… 358 …Achor, and so northward looking towards Galgal, which is opposite to the ascent of Adommin, on the… 460 …18:18. And It passeth along to the hills that are over against the ascent of Adommim: and it goeth…
|
| D | Judges.txt | 36 …1:36. And the border of the Amorrhite was from the ascent of the scorpion, the rock, and the highe…
|
| D | 1_Paralipomenon.txt | 839 …26:16. To Sephim, and Hosa towards the west, by the gate which leadeth to the way of the ascent: w…
|
| D | 2_Kings.txt | 396 …15:30. But David went up by the ascent of mount Olivet, going up and weeping, walking barefoot, an…
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 31731 ascent: font.ascent, property 32930 ascent: descriptor.get('Ascent'), property 35107 this.ascent = properties.ascent / PDF_GLYPH_SPACE_UNITS; 35563 ascent: 0, property 35611 var typoAscent = override.ascent || Math.round(scale * (properties.ascent || bbox[3])); 36937 ascent: int16(tables['hhea'].data[4], tables['hhea'].data[5]), property 36940 this.ascent = metricsOverride.ascent / metricsOverride.unitsPerEm; 37209 … safeString16(properties.descent) + '\x0F\xFF' + safeString16(properties.ascent) + string16(proper… 37210 …builder.addTable('hhea', '\x00\x01\x00\x00' + safeString16(properties.ascent) + safeString16(prope… 38138 properties.ascent = Math.max(fontBBox[3], fontBBox[1]); [all …]
|
| D | pdf.js | 18850 if (style.ascent) { 18851 fontAscent = style.ascent * fontAscent;
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 16198 _this.ascender = _this.font.ascent * _this.scale; 16342 CapHeight: (this.font.capHeight || this.font.ascent) * this.scale, 22569 var dx0 = pos.ascent * Math.sin(pos.rotate), 22570 dy0 = -pos.ascent * Math.cos(pos.rotate), 22866 ascent: getAscent(currentElem._font.font, currentElem._font.size), 52779 ascent: r.int16, 55546 ascent: r.int16, 61864 var advanceHeight = Math.abs(hhea.ascent - hhea.descent); 61865 var topBearing = hhea.ascent - cbox.maxY; 64202 return this.hhea.ascent; [all …]
|
| D | pdfmake.min.js | 2 …ascent*p.scale,p.descender=p.font.descent*p.scale,p.xHeight=p.font.xHeight*p.scale,p.capHeight=p.f…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 31003 this.ascent = data.readShort(); 66199 ascent = biggerInline.font.ascender / 1000 * biggerInline.fontSize, 66201 descent = height - ascent; 66210 y += lineAscent - (ascent * 0.85); 66213 y += lineAscent - (ascent * 0.25);
|