Lines Matching refs:fontSize

53 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupMultiButton.prototype.cst.TEXT_SIZE, '17'…
58 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
59 this.subText(c, x, y, w, h, subText, fontSize / 1.4, fontColor);
97 mxShapeMockupMultiButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
100 c.setFontSize(fontSize);
105 mxShapeMockupMultiButton.prototype.subText = function(c, x, y, w, h, text, fontSize, fontColor) argument
108 c.setFontSize(fontSize);
159 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupButton.prototype.cst.TEXT_SIZE, '17').toS…
163 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
201 mxShapeMockupButton.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
204 c.setFontSize(fontSize);
253 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupHorButtonBar.prototype.cst.TEXT_SIZE, '17…
275 …buttonWidths[i] = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).w…
280 var trueH = Math.max(h, fontSize * 1.5, 20);
303 this.buttonText(c, currWidth, trueH, textStrings[i], buttonWidths[i], fontSize, minW, trueW);
415 …rButtonBar.prototype.buttonText = function(c, w, h, textString, buttonWidth, fontSize, minW, trueW) argument
423 c.setFontSize(fontSize);
470 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupVerButtonBar.prototype.cst.TEXT_SIZE, '17…
491 …var currWidth = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).wid…
499 var minButtonHeight = fontSize * 1.5;
526 this.buttonText(c, trueW, currHeight, textStrings[i], fontSize);
626 mxShapeMockupVerButtonBar.prototype.buttonText = function(c, w, h, textString, fontSize) argument
634 c.setFontSize(fontSize);