Lines Matching refs:fontSize

37 	var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
44 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
98 mxShapeEREntity.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
101 c.setFontSize(fontSize);
153 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
159 var barY = fontSize * 1.25;
163 …var currWidth = mxUtils.getSizeForString(attributes[i], fontSize, mxConstants.DEFAULT_FONTFAMILY).…
175 this.shapes(c, x, y, w, h, fontSize, mainColor, attrColor, rSize, barY);
176 this.mainText(c, x, y, w, h, mainText, fontSize, attrColor);
177 this.attrText(c, x, y, w, h, attributes, fontSize, strokeColor, barY, rSize);
208 mxShapeEREntityExt.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
211 c.setFontSize(fontSize);
213 …c.text(w * 0.5, fontSize * 0.5, 0, 0, text, mxConstants.ALIGN_CENTER, mxConstants.ALIGN_MIDDLE, 0,…
216 mxShapeEREntityExt.prototype.shapes = function(c, x, y, w, h, fontSize, mainColor, attrColor, rSize… argument
288 mxShapeEREntityExt.prototype.attrText = function(c, x, y, w, h, attributes, fontSize, fontColor, ba… argument
293 c.setFontSize(fontSize);
345 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
352 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
379 mxShapeERAttribute.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
382 c.setFontSize(fontSize);
429 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
436 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
474 mxShapeERHas.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
477 c.setFontSize(fontSize);
524 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
531 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
547 mxShapeERCloud.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
550 c.setFontSize(fontSize);
598 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
605 this.shapeText(c, x, y, w, h, mainText, subText, fontSize, fontColor);
724 mxShapeERHierarchy.prototype.shapeText = function(c, x, y, w, h, text, subText, fontSize, fontColor… argument
727 c.setFontSize(fontSize);
729 …c.text(w * 0.25, (h - fontSize) * 0.5, 0, 0, text[0], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_…
730 …c.text(w * 0.25, (h + fontSize) * 0.5, 0, 0, text[1], mxConstants.ALIGN_CENTER, mxConstants.ALIGN_…
731 …c.text(w * 0.7, (h - fontSize) * 0.5, 0, 0, subText[0], mxConstants.ALIGN_CENTER, mxConstants.ALIG…
732 …c.text(w * 0.7, (h + fontSize) * 0.5, 0, 0, subText[1], mxConstants.ALIGN_CENTER, mxConstants.ALIG…
781 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
790 this.mainText(c, x, y, w, h, mainText, fontSize, fontColor);
817 mxShapeERNote.prototype.mainText = function(c, x, y, w, h, text, fontSize, fontColor) argument
820 c.setFontSize(fontSize);
873 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
880 this.foreground(c, x, y, w, h, fontSize, fontColor);
894 mxShapeERChen.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
915 c.setFontSize(fontSize);
919 c.setFontSize(fontSize * 0.85);
923 c.setFontSize(fontSize * 0.7);
984 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
988 this.foreground(c, x, y, w, h, fontSize, fontColor);
1002 mxShapeERBachman.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
1025 c.setFontSize(fontSize);
1029 c.setFontSize(fontSize * 0.85);
1038 …var textWidth = mxUtils.getSizeForString('has/forms', fontSize, mxConstants.DEFAULT_FONTFAMILY).wi…
1139 var fontSize = mxUtils.getValue(this.style, mxConstants.STYLE_FONTSIZE, '17');
1142 h = Math.max(h, fontSize * 5);
1145 this.foreground(c, x, y, w, h, fontSize, fontColor);
1159 mxShapeERInfEng.prototype.foreground = function(c, x, y, w, h, fontSize, fontColor) argument
1176 c.setFontSize(fontSize);
1180 c.setFontSize(fontSize * 0.85);