Home
last modified time | relevance | path

Searched refs:lineHeight (Results 1 – 25 of 104) sorted by relevance

12345

/plugin/captcha/
DEasySVG.php29 $this->font->lineHeight = 1;
113 $this->font->lineHeight = $value;
239 … $horizAdvY += $this->font->lineHeight * ($this->font->ascent + $this->font->descent);
270 $lineHeight = ($this->font->ascent + $this->font->descent) * $fontSize * 2;
273 $height = $lineHeight;
282 $height += $lineHeight * $this->font->lineHeight;
/plugin/fuzzysearch/
H A Deditor.js223 const lineHeight = parseInt(font);
224 const top = (lines.length - 1) * lineHeight;
229 const lineHeight = parseInt(font);
/plugin/emoji/script/
Djquery.textcomplete.js862 bottom: this.$el.parent().height() - position.top + position.lineHeight,
867 delete position.lineHeight;
1121 lineHeight: this._calculateLineHeight()
1126 var lineHeight = parseInt(this.$el.css('line-height'), 10);
1127 if (isNaN(lineHeight)) {
1138 lineHeight = temp.clientHeight;
1141 return lineHeight;
1295 position.lineHeight = $node.height();
/plugin/amcharts/assets/amcharts/themes/
Dblack.js185 lineHeight: "100%", property
Ddark.js184 lineHeight: "100%", property
Dlight.js178 lineHeight: "100%", property
Dchalk.js200 lineHeight: "100%", property
Dpatterns.js245 lineHeight: "100%", property
/plugin/diagramsnet/lib/js/diagramly/util/
DmxJsCanvas.js724 var lineHeight = measuredFont[1];
733 y -= (lines.length-1) * lineHeight / 2;
738 y -= lineHeight * (lines.length-1);
/plugin/linksuggest/vendor/
Djquery.textcomplete.min.js2lineHeight,left:a.left}:(a.bottom="auto",delete a.lineHeight),-1!==this.placement.indexOf("absleft…
/plugin/snow/
Dsnowstorm.js490 …s.o.style.lineHeight = storm.flakeHeight+2+(storm.flakeHeight*0.75*(s.meltFrame/s.meltFrameCount))…
510 s.o.style.lineHeight = (storm.flakeHeight+2)+'px';
/plugin/markdownextra/lib/meltdown/js/
Djquery.meltdown.js356 lineHeight: '1.3em', property
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js3460 lineHeight = match[5],
3475 if (lineHeight) {
3476 oStyle.lineHeight = lineHeight === 'normal' ? 1 : lineHeight;
16497 lineHeight: true, property
19372 lineHeight: true, property
19582 lineHeight: 1.16, property
19842 maxHeight = heightOfLine / this.lineHeight;
19883 maxHeight = heightOfLine / this.lineHeight;
19900 return this.fontSize * this._fontSizeMult * this.lineHeight;
20032 var i, lineHeight = 0, len, j, oLen;
[all …]
Dfabric.min.js2lineHeight=match[5],fontFamily=match[6];if(fontStyle){oStyle.fontStyle=fontStyle}if(fontWeight){oS…
9 …city:true,fontFamily:true,fontWeight:true,fontSize:true,fontStyle:true,lineHeight:true,textDecorat…
11lineHeight:true,stroke:true,strokeWidth:true,text:true,textAlign:true},_reNewline:/\r?\n/,type:"te… property
13lineHeight-this.getCurrentCharFontSize(lineIndex,charIndex)*(1-this._fontSizeFraction)}return{top:… argument
15lineHeight*this._fontSizeMult)}},_createTextCharBg:function(styleDecl,lineLeftOffset,lineTopOffset…
/plugin/statistics/js/
Dchartjs-plugin-datalabels.js7lineHeight,width:l}},n=function(t,e,r){return Math.max(t,Math.min(e,r))},i=function(t,e){var r,a,o…
Dchart.js13lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(t,e)=>te(e.backgroundColor),t… property
/plugin/aceeditor/
Dbuild.js1lineHeight+15<n.bottom?(u.style.bottom="",u.style.top=e.y+15+"px"):(u.style.top="",u.style.bottom=… property
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js3849 node.style.lineHeight = value / 100;
4288 var lineHeight = css.lineHeight
4290 …if (elt.style.lineHeight != null && elt.style.lineHeight.substring(elt.style.lineHeight.length - 1…
4292 return parseInt(elt.style.lineHeight) / 100;
4296 return (lineHeight.substring(lineHeight.length - 2) == 'px') ?
4297 parseFloat(lineHeight) / fontSize : parseInt(lineHeight);
4322 var lineHeight = getRelativeLineHeight(fontSize, css, node);
4340 if (lh != lineHeight || isNaN(lh))
4342 lineHeight = '';
4446 var lh = parseFloat(lineHeight);
/plugin/diagramsnet/lib/js/jscolor/
Djscolor.js553 seg.style.lineHeight = '0';
691 p.btnS.style.lineHeight = p.btn.style.height;
/plugin/pgn4web/pgn4web/libs/jscolor/
Djscolor.js602 seg.style.lineHeight = '0';
783 p.btnS.style.lineHeight = p.btn.style.height;
/plugin/diagramsnet/lib/js/diagramly/
DNotionClient.js534 div.style.lineHeight = '1.2em';
DGitHubClient.js807 div.style.lineHeight = '1.2em';
DGitLabClient.js793 div.style.lineHeight = '1.2em';
DMinimal.js2389 pageMenu.style.lineHeight = '';
2459 elt.style.lineHeight = (parseInt(ui.tabContainerHeight) + 1) + 'px';
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.core.js5208 lineHeight = bb[3] - bb[1], property
5210 … height = +bb[1] + (origin == "baseline" ? lineHeight + (+font.face.descent) : lineHeight / 2);
5216 shifty += lineHeight * line_spacing;

12345