Lines Matching refs:fontSize

477     parseUnit: function(value, fontSize) {  argument
480 if (!fontSize) {
481 fontSize = fabric.Text.DEFAULT_SVG_FONT_SIZE;
500 return number * fontSize;
2866 function normalizeValue(attr, value, parentAttributes, fontSize) { argument
2898 parsed = isArray ? value.map(parseUnit) : parseUnit(value, fontSize);
3459 fontSize = match[4],
3469 if (fontSize) {
3470 oStyle.fontSize = parseUnit(fontSize);
3541 fontSize;
3550 fontSize = (parentAttributes && parentAttributes.fontSize ) ||
3557 value = normalizeValue(attr, value, parentAttributes, fontSize);
16495 fontSize: true,
19368 fontSize: true,
19540 fontSize: 40,
19775 top -= this.fontSize * this._fontSizeFraction;
19900 return this.fontSize * this._fontSizeMult * this.lineHeight;
19959 this.fontSize * this._fontSizeMult
20042 … lineHeight + (_this._fontSizeMult - 1 + offsets[j] ) * _this.fontSize - halfOfVerticalBox,
20044 _this.fontSize / 15);
20073 this.fontSize + 'px',
20117 fontSize: this.fontSize,
20171 (this.fontSize ? 'font-size="' + this.fontSize + '" ': ''),
20211 var yPos = this.fontSize * (this._fontSizeMult - this._fontSizeFraction)
20343 options.fontSize = fabric.Text.DEFAULT_SVG_FONT_SIZE;
20366 …top: text.getTop() - text.getHeight() / 2 + text.fontSize * (0.18 + text._fontSizeFraction) /* 0.3…
20764 fontSize: style && style.fontSize || this.fontSize,
20786 this.styles[lineIndex][charIndex === 0 ? 0 : (charIndex - 1)].fontSize) || this.fontSize;
21060 this._renderCharDecoration(ctx, null, left, top, offset, charWidth, this.fontSize);
21073 prevStyle.fontSize !== thisStyle.fontSize ||
21134 top += this.fontSize * (this._fontSizeFraction + 0.03);
21215 styleDeclaration.fontSize +
21289 if (!styleDeclaration.fontSize) {
21290 styleDeclaration.fontSize = this.fontSize;
21341 return this.styles[lineIndex][charIndex].fontSize || this.fontSize;
21343 return this.fontSize;
23245 (styleDecl.fontSize ? 'font-size="' + styleDecl.fontSize + '" ': ''),