Home
last modified time | relevance | path

Searched refs:textSize (Results 1 – 16 of 16) sorted by relevance

/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupText.js41 var textSize = mxUtils.getValue(this.style, mxShapeMockupLink.prototype.cst.TEXT_SIZE, '17');
45 var width = mxUtils.getSizeForString(linkText, textSize, mxConstants.DEFAULT_FONTFAMILY).width;
47 c.setFontSize(textSize);
53 c.moveTo(w * 0.5 - width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
54 c.lineTo(w * 0.5 + width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
314 var textSize = mxUtils.getValue(this.style, mxShapeMockupCallout.prototype.cst.TEXT_SIZE, '17');
327 c.setFontSize(textSize);
329 var callH = textSize * 1.5;
881 c.setFontSize(textSize);
885 c.moveTo(w * 0.5 - width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
[all …]
H A DmxMockupNavigation.js597 var textSize = mxUtils.getValue(this.style, mxShapeMockupPagination.prototype.cst.TEXT_SIZE, '17');
601 var width = mxUtils.getSizeForString(mainText, textSize, mxConstants.DEFAULT_FONTFAMILY).width;
603 c.setFontSize(textSize);
607 c.moveTo(w * 0.5 - width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
608 c.lineTo(w * 0.5 + width * 0.5, (h + parseInt(textSize, 10)) * 0.5);
H A DmxMockupMisc.js1426 …var textSize = mxUtils.getValue(this.style, mxShapeMockupRevisionTable.prototype.cst.TEXT_SIZE, '1…
1439 c.setFontSize(textSize);
1510 var textSize = mxUtils.getValue(this.style, mxShapeMockupStatusBar.prototype.cst.TEXT_SIZE, '17');
1521 c.setFontSize(textSize);
H A DmxMockupGraphics.js686 var textSize = mxUtils.getValue(this.style, mxShapeMockupGauge.prototype.cst.TEXT_SIZE, '12');
718 c.setFontSize(textSize);
1034 …var textSize = mxUtils.getValue(this.style, mxShapeMockupGanttChart.prototype.cst.TEXT_SIZE, '#12'…
H A DmxMockupButtons.js706 …var textSize = mxUtils.getValue(this.style, mxShapeMockupOnOffButton.prototype.cst.TEXT_SIZE, '17'…
721 c.setFontSize(textSize);
H A DmxMockupForms.js2050 var textSize = mxUtils.getValue(this.style, mxShapeMockupCalendar.prototype.cst.TEXT_SIZE, '15');
2085 c.setFontSize(textSize);
/plugin/switchpanel/
H A DREADME.md278 textSize="20"
/plugin/katex/_assets/
H A Dkatex.min.js1textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0… property in t.extend.r
/plugin/processing/
H A Dscript.js10530 p.textSize(size);
10534 p.textSize(size);
10538 p.textSize(size);
10548 p.textSize(size);
10552 p.textSize = function textSize(size) { function
11092 hud.textSize(curTextSize);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4686 …unction(){},setValue:function(value){},show:function(target,panel,value,textSize,targetSize){},hid… argument
4733 this.textSize=this.measureInputText(value);
4735 if(hasClass(parent,"textEditorInner2")){var yDiff=this.textSize.height-this.shadowExpand;
4762 },layout:function(forceAll){if(!this.fixedWidth){this.textSize=this.measureInputText(this.input.val…
4828 }var approxTextWidth=this.textSize.width;
4830 var wrapped=initial?this.noWrap&&this.targetSize.height>this.textSize.height+3:this.noWrap&&approxT…
4846 this.expander.style.height=Math.max(this.textSize.height-3,0)+"px"
7581 },show:function(target,panel,value,textSize,targetSize){this.target=target; argument
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js17692 show: function(target, panel, value, textSize, targetSize) argument
17907 this.textSize = this.measureInputText(value);
17913 var yDiff = this.textSize.height - this.shadowExpand;
17997 this.textSize = this.measureInputText(this.input.value);
18242 var approxTextWidth = this.textSize.width;
18247 ? this.noWrap && this.targetSize.height > this.textSize.height+3
18299 this.expander.style.height = Math.max(this.textSize.height-3,0) + "px";
28610 show: function(target, panel, value, textSize, targetSize) argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4697 Firebug.BaseEditor=extend(Firebug.MeasureBox,{getValue:function(){},setValue:function(value){},show:function(target,panel,value,textSize,targetSize){},hide:function(){},layout:function(forceAll){},getContextMenuItems:function(target){var items=[]; argument
4744 this.textSize=this.measureInputText(value);
4746 if(hasClass(parent,"textEditorInner2")){var yDiff=this.textSize.height-this.shadowExpand;
4773 },layout:function(forceAll){if(!this.fixedWidth){this.textSize=this.measureInputText(this.input.value)
4839 }var approxTextWidth=this.textSize.width;
4841 var wrapped=initial?this.noWrap&&this.targetSize.height>this.textSize.height+3:this.noWrap&&approxTextWidth>maxWidth;
4857 this.expander.style.height=Math.max(this.textSize.height-3,0)+"px"
7592 },show:function(target,panel,value,textSize,targetSize){this.target=target; argument
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1647 …lor"},"textFill.yjs:SolidColorFill.color":{key:"fontColor",mod:"color"},textSize:"fontSize",horizo…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …racter:"\\eb67"}),e.telescope=new e("telescope",{character:"\\eb68"}),e.textSize=new e("text-size"…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1 …racter:"\\eb67"}),e.telescope=new e("telescope",{character:"\\eb68"}),e.textSize=new e("text-size"…
H A Dbundle.js.map1 …ope = new Codicon('telescope', { character: '\\\\eb68' });\n Codicon.textSize = new Codicon('te…