Searched refs:styleDecl (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 15 …styleDecl=this.styles[lineIndex][i]||{};textSpans.push(this._createTextCharSpan(chars[i],styleDecl… argument
|
H A D | fabric.js | 23172 var styleDecl = this.styles[lineIndex][i] || { }; 23180 if (styleDecl.textBackgroundColor) { 23183 styleDecl, lineLeftOffset, lineOffset.lineTop, heightOfLine, charWidth, charOffset)); 23218 '<rect fill="', styleDecl.textBackgroundColor, 23231 _createTextCharSpan: function(_char, styleDecl, lineLeftOffset, lineTopOffset, charOffset) { argument 23238 }, styleDecl)); 23244 … (styleDecl.fontFamily ? 'font-family="' + styleDecl.fontFamily.replace(/"/g, '\'') + '" ': ''), 23245 (styleDecl.fontSize ? 'font-size="' + styleDecl.fontSize + '" ': ''), 23246 (styleDecl.fontStyle ? 'font-style="' + styleDecl.fontStyle + '" ': ''), 23247 (styleDecl.fontWeight ? 'font-weight="' + styleDecl.fontWeight + '" ': ''), [all …]
|