Home
last modified time | relevance | path

Searched refs:ascent (Results 1 – 25 of 39) sorted by relevance

12

/plugin/captcha/
DEasySVG.php24 $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/
DMetricsGenerator.php35 'Ascent' => round($ttf->ascent),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php116 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 …]
DOtlDump.php97 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;
DTTFontFileAnalysis.php22 $this->ascent = 0;
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-raphael-min.js6 …stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0",ascent:"288",descent:"-72… property
Dsequence-diagram-min.js6 …stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0",ascent:"288",descent:"-72… property
Dsequence-diagram-raphael-min.js.map1 …sterFont","face","font-weight","font-stretch","units-per-em","panose-1","ascent","descent","x-heig…
Dsequence-diagram-min.js.map1 …sterFont","face","font-weight","font-stretch","units-per-em","panose-1","ascent","descent","x-heig…
/plugin/processing/
Dscript.js10509 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/
Dwords.txt187 ascent
/plugin/bible/bible_douayRheims/
DJosue.txt223 …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…
DJudges.txt36 …1:36. And the border of the Amorrhite was from the ascent of the scorpion, the rock, and the highe…
D1_Paralipomenon.txt839 …26:16. To Sephim, and Hosa towards the west, by the gate which leadeth to the way of the ascent: w…
D2_Kings.txt396 …15:30. But David went up by the ascent of mount Olivet, going up and weeping, walking barefoot, an…
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js31731 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 …]
Dpdf.js18850 if (style.ascent) {
18851 fontAscent = style.ascent * fontAscent;
/plugin/datatables/assets/pdfmake/
Dpdfmake.js16198 _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 …]
Dpdfmake.min.js2ascent*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/
Dpdfmake.js31003 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);

12