Home
last modified time | relevance | path

Searched refs:fontStyle (Results 1 – 25 of 61) sorted by relevance

123

/plugin/diagramsnet/lib/js/diagramly/util/
DmxAsyncCanvas.js69 if ((this.state.fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD)
74 if ((this.state.fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC)
128 this.state.fontStyle = value;
DmxJsCanvas.js115 if ((this.state.fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD)
120 if ((this.state.fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC)
358 this.state.fontStyle = value;
/plugin/xlsx2dw/
Dscript.js241 let fontStyle = cell.style.font?.color;
242 if(fontStyle?.argb)
244 if(fontStyle?.theme !== undefined) {
245 if(fontStyle.theme === 0)
247 return colorsJSON[fontStyle.theme];
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Ddefault-style.xml.bak29 <add as="fontStyle" value="1"/>
Dbasic-style.xml.bak38 <add as="fontStyle" value="1"/>
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js883 var fontStyle = that.cellState.style["fontStyle"];
889 bold: pStyle['bold'] || (fontStyle & 1),
890 italic: pStyle['italic'] || (fontStyle & 2),
891 underline: pStyle['underline'] || (fontStyle & 4)
Dimporter.js4242 var fontStyle = fontStyleElems[index141];
4244 var name_5 = fontStyle.nodeName;
4247 … this.fillFontStyles(fontStyle, this.connFontColors, this.connFontStyles);
4250 … this.fillFontStyles(fontStyle, this.fontColors, this.fontStyles);
4283 … /*private*/ mxVsdxTheme.prototype.fillFontStyles = function (fontStyle, fontColors, fontStyles) { argument
4284 … var fontProps = com.mxgraph.io.vsdx.mxVsdxUtils.getDirectChildElements(fontStyle);
10302 var fontStyle = this.isBold(index) ? mxConstants.FONT_BOLD : 0;
10303 fontStyle |= this.isItalic(index) ? mxConstants.FONT_ITALIC : 0;
10304 fontStyle |= this.isUnderline(index) ? mxConstants.FONT_UNDERLINE : 0;
10305 /* put */ (this.styleMap["fontStyle"] = new String(fontStyle).toString());
/plugin/revealjs/plugin/search/
Dsearch.js80 match.style.fontStyle = "inherit";
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dcompactable.js628 canOverride.property.fontStyle,
662 canOverride: canOverride.property.fontStyle,
Dcan-override.js263 fontStyle: keywordWithGlobal('font-style'), property
/plugin/refnotes/
Drendering.php348 $fontStyle = $this->getInlineReferenceStyle($reference, 'reference-font-style', 'normal');
352 list($fontOpen, $fontClose) = $this->renderFont($fontWeightStyle, 'normal', $fontStyle);
/plugin/diagramsnet/lib/math/extensions/
DSafe.js19 …,margin:true,padding:true,textShadow:true,fontFamily:true,fontSize:true,fontStyle:true,fontWeight:… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
Djax.js19fontStyle:"normal",fontSizeAdjust:"none"}},[""]]]).firstChild;this.text=this.div.firstChild},findF… property
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js3455 var fontStyle = match[1],
3463 if (fontStyle) {
3464 oStyle.fontStyle = fontStyle;
16496 fontStyle: true, property
19371 fontStyle: true, property
19575 fontStyle: '', property
20071 (fabric.isLikelyNode ? this.fontWeight : this.fontStyle),
20072 (fabric.isLikelyNode ? this.fontStyle : this.fontWeight),
20120 fontStyle: this.fontStyle, property
20172 (this.fontStyle ? 'font-style="' + this.fontStyle + '" ': ''),
[all …]
Dfabric.min.js2 …urn}var fontStyle=match[1],fontWeight=match[3],fontSize=match[4],lineHeight=match[5],fontFamily=ma…
9 …s:{fill:true,opacity:true,fontFamily:true,fontWeight:true,fontSize:true,fontStyle:true,lineHeight:…
11fontStyle:true,lineHeight:true,stroke:true,strokeWidth:true,text:true,textAlign:true},_reNewline:/… property
13fontStyle:style&&style.fontStyle||this.fontStyle,stroke:style&&style.stroke||this.stroke,strokeWid…
15 …ze?'font-size="'+styleDecl.fontSize+'" ':"",styleDecl.fontStyle?'font-style="'+styleDecl.fontStyle
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js213 params["font-style"] && (textpathStyle.fontStyle = params["font-style"]);
329 a["font-style"] && (s.fontStyle = a["font-style"]);
/plugin/diagramsnet/lib/math/jax/output/SVG/
Djax.js19fontStyle){o.fontStyle=n.fontStyle}if(n.fontWeight){o.fontWeight=n.fontWeight}if(n.fontFamily){o.f…
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js81 (f.style.fontStyle="italic"),b=[],(e&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&b.pus…
257 …:mxConstants.DEFAULT_FONTSIZE,fontFamily:mxConstants.DEFAULT_FONTFAMILY,fontStyle:0,shadow:!1,shad…
265 mxAbstractCanvas2D.prototype.setFontStyle=function(a){null==a&&(a=0);this.state.fontStyle=a};mxAbst…
287 …){if(this.textEnabled){null==a&&(a=0);if(this.compressed){if(this.state.fontStyle==a)return;mxAbst…
309fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&g.setAttribute("font-weight","bold"),(d.f…
345 …EventsValue:"none")+"; ";(a.fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&(b+="font-wei…
346 …le: italic; ");var c=[];(a.fontStyle&mxConstants.FONT_UNDERLINE)==mxConstants.FONT_UNDERLINE&&c.pu…
353fontStyle&mxConstants.FONT_BOLD)==mxConstants.FONT_BOLD&&a.setAttribute("font-weight","bold");(b.f…
354 (b.fontStyle&mxConstants.FONT_STRIKETHROUGH)==mxConstants.FONT_STRIKETHROUGH&&c.push("line-through"…
356 ….visibility="hidden",n.style.display="inline-block",n.style.zoom="1",(m.fontStyle&mxConstants.FONT…
[all …]
/plugin/tagfilter/script/select2/
Dselect2.js329 fontStyle: style.fontStyle, property
Dselect2.min.js21 …000px",display:"none",fontSize:c.fontSize,fontFamily:c.fontFamily,fontStyle:c.fontStyle,fontWeight… property
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js4141 var fontStyle = mxUtils.getValue(ss.style, mxConstants.STYLE_FONTSTYLE, 0);
4142 setSelected(fontStyleItems[0], (fontStyle & mxConstants.FONT_BOLD) == mxConstants.FONT_BOLD);
4143 setSelected(fontStyleItems[1], (fontStyle & mxConstants.FONT_ITALIC) == mxConstants.FONT_ITALIC);
4144 …setSelected(fontStyleItems[2], (fontStyle & mxConstants.FONT_UNDERLINE) == mxConstants.FONT_UNDERL…
4394 setSelected(fontStyleItems[1], css.fontStyle == 'italic' ||
DActions.js1271 elt.style.fontStyle = null;
/plugin/diagramsnet/lib/math/config/
DMML_HTMLorMML-full.js56fontStyle:"normal",fontSizeAdjust:"none"}},[""]]]).firstChild;this.text=this.div.firstChild},findF… property
DAM_HTMLorMML-full.js56fontStyle:"normal",fontSizeAdjust:"none"}},[""]]]).firstChild;this.text=this.div.firstChild},findF… property
/plugin/diagramsnet/lib/js/diagramly/
DExtensions.js4872 var fontStyle = 0;
4889 fontStyle += 1;
4895 fontStyle += 1;
4918 fontStyle += 2;
4942 fontStyle += 4;
4950 if (fontStyle > 0)
4952 return 'fontStyle=' + fontStyle + ';';

123