Lines Matching refs:fontSize

1193 	var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17').toString();
1213 …var currWidth = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).wid…
1221 var minButtonHeight = fontSize * 1.5;
1248 this.buttonText(c, trueW, currHeight, textStrings[i], fontSize, separatorColor);
1357 mxShapeMockupiButtonBar.prototype.buttonText = function(c, w, h, textString, fontSize, separatorCol… argument
1364 c.setFontSize(fontSize);
1367 var mSize = fontSize * 0.5;
1368 c.setStrokeWidth(fontSize * 0.3);
1830 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8.5').toString();
1834 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1847 mxShapeMockupiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
1850 c.setFontSize(fontSize);
1886 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17').toString();
1890 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1913 mxShapeMockupiButtonBack.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
1916 c.setFontSize(fontSize);
1952 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17').toString();
1956 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
1979 mxShapeMockupiButtonForward.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
1982 c.setFontSize(fontSize);
2089 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8').toString();
2093 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
2102 mxShapeMockupiTextInput.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
2105 c.setFontSize(fontSize);
2142 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8').toString();
2146 var lineH = Math.max(fontSize * 1.5, buttonSize);
2164 …var currWidth = mxUtils.getSizeForString(currText, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
2180 c.setFontSize(fontSize);
2253 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8').toString();
2257 var lineH = Math.max(fontSize * 1.5, buttonSize);
2275 …var currWidth = mxUtils.getSizeForString(currText, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
2291 c.setFontSize(fontSize);
2367 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8.5').toString();
2372 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
2405 mxShapeMockupiComboBox.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
2408 c.setFontSize(fontSize);
4487 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8');
4490 c.setFontSize(fontSize);
4568 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '8.5').toString();
4590 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w…
4595 var trueH = Math.max(h, fontSize * 1.5, 10);
4617 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW);
4732 …rButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument
4740 c.setFontSize(fontSize);