Lines Matching refs:fontSize

255 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupAccordion.prototype.cst.TEXT_SIZE, '17').…
276 …var currWidth = mxUtils.getSizeForString(buttonText, fontSize, mxConstants.DEFAULT_FONTFAMILY).wid…
284 var minButtonHeight = fontSize * 1.5;
320 this.buttonText(c, trueW, currHeight, textStrings[i], fontSize);
392 mxShapeMockupAccordion.prototype.buttonText = function(c, w, h, textString, fontSize) argument
400 c.setFontSize(fontSize);
1039 var fontSize = mxUtils.getValue(this.style, mxShapeMockupGroup.prototype.cst.TEXT_SIZE, '17');
1041 …var textWidth = mxUtils.getSizeForString(groupString, fontSize, mxConstants.DEFAULT_FONTFAMILY).wi…
1051 h = Math.max(h, fontSize + 10);
1053 this.background(c, w, h, textWidth, fontSize);
1055 this.foreground(c, w, h, textWidth, fontSize);
1056 this.buttonText(c, w, h, groupString, fontSize);
1059 mxShapeMockupGroup.prototype.background = function(c, w, h, textWidth, fontSize) argument
1061 c.roundrect(0, fontSize * 0.5, w, h - fontSize * 0.5, 5, 5);
1065 mxShapeMockupGroup.prototype.foreground = function(c, w, h, textWidth, fontSize) argument
1069 c.roundrect(3, 0, textWidth + 6, fontSize * 1.5, fontSize * 0.25, fontSize * 0.25);
1073 mxShapeMockupGroup.prototype.buttonText = function(c, w, h, textString, fontSize) argument
1078 c.setFontSize(fontSize);
1173 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupWindow.prototype.cst.TEXT_SIZE, '17').toS…
1176 c.setFontSize(fontSize);
1225 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TEXT_SIZE, '17').…
1228 var tabH = fontSize * 1.5;
1248 currW = mxUtils.getSizeForString(currLabel, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
1421 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupHorTabBar.prototype.cst.TEXT_SIZE, '17').…
1424 c.setFontSize(fontSize);
1498 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TEXT_SIZE, '17').…
1501 var tabH = fontSize * 1.5;
1519 var currW = mxUtils.getSizeForString(currLabel, fontSize, mxConstants.DEFAULT_FONTFAMILY).width;
1644 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupVerTabBar.prototype.cst.TEXT_SIZE, '17').…
1647 c.setFontSize(fontSize);
1758 …var fontSize = mxUtils.getValue(this.style, mxShapeMockupAlertBox.prototype.cst.TEXT_SIZE, '17').t…
1765 c.setFontSize(fontSize);
1774 c.rect(currW, h - 10 - fontSize * 1.5, buttonW, fontSize * 1.5);
1776 …c.text(currW + buttonW * 0.5, h - 10 - fontSize * 0.75, 0, 0, buttonText[i], mxConstants.ALIGN_CEN…
1785 …c.text(w * 0.5, 30 + fontSize * (i * 1.5 + 0.75), 0, 0, subText[i], mxConstants.ALIGN_CENTER, mxCo…