Home
last modified time | relevance | path

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

12

/plugin/captcha/
H A 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/
H A DMetricsGenerator.php35 'Ascent' => round($ttf->ascent),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A 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
[all...]
H A 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;
H A DTTFontFileAnalysis.php22 $this->ascent = 0;
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A 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…
H A 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…
H A Dsequence-diagram-raphael-min.js.map1 …sterFont","face","font-weight","font-stretch","units-per-em","panose-1","ascent","descent","x-heig…
H A Dsequence-diagram-min.js.map1 …sterFont","face","font-weight","font-stretch","units-per-em","panose-1","ascent","descent","x-heig…
/plugin/processing/
H A 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/
H A Dwords.txt187 ascent
/plugin/bible/bible_douayRheims/
H A 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…
H A D1_Paralipomenon.txt839 …26:16. To Sephim, and Hosa towards the west, by the gate which leadeth to the way of the ascent: w…
H A DJudges.txt36 …1:36. And the border of the Amorrhite was from the ascent of the scorpion, the rock, and the highe…
H A 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/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js31731 ascent: font.ascent,
32930 ascent: descriptor.get('Ascent'),
35107 this.ascent = properties.ascent / PDF_GLYPH_SPACE_UNITS;
35563 ascent: 0,
35611 var typoAscent = override.ascent || Math.round(scale * (properties.ascent || bbox[3]));
36937 ascent: int16(tables['hhea'].data[4], tables['hhea'].data[5]),
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 …]
H A Dpdf.js18850 if (style.ascent) {
18851 fontAscent = style.ascent * fontAscent;
H A Dpdf.worker.js.map1ascent","descent","tsm","isArrayEqual","glyphHeight","trm","scaleLineX","scaleCtmX","textChunk","b…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A 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