Home
last modified time | relevance | path

Searched refs:fontSize (Results 226 – 249 of 249) sorted by last modified time

12345678910

/plugin/amcharts/assets/amcharts/
H A Dradar.js5 …set,e=a.radarCategoriesEnabled,r=a.chart.fontFamily,h=a.fontSize;void 0===h&&(h=a.chart.fontSize);…
7 …a.chart;void 0===c&&(c="");var h=a.chart.fontFamily,k=a.fontSize;void 0===k&&(k=a.chart.fontSize);…
H A Dserial.js7fontSize,g=a.zoomOutButtonImageSize,h=a.zoomOutButtonImage.replace(/\.[a-z]*$/i,""),f=e.lang.zoomO…
H A Dxy.js7fontSize,g=a.zoomOutButtonImageSize,h=a.zoomOutButtonImage.replace(/\.[a-z]*$/i,""),f=e.lang.zoomO…
/plugin/amcharts/assets/amcharts/themes/
H A Dchalk.js8 fontSize: 18, property in AmCharts.themes.chalk.AmChart
46 fontSize: 15, property in AmCharts.themes.chalk.ChartScrollbar
147 fontSize:"16px", property in AmCharts.themes.chalk.PeriodSelector
153 fontSize:"16px", property in AmCharts.themes.chalk.PeriodButton
167 fontSize:"16px", property in AmCharts.themes.chalk.PeriodButtonSelected
181 fontSize:"16px", property in AmCharts.themes.chalk.PeriodInputField
190 fontSize:"16px", property in AmCharts.themes.chalk.DataSetSelector
198 fontSize:"16px", property in AmCharts.themes.chalk.DataSetCompareList
208 fontSize:"16px", property in AmCharts.themes.chalk.DataSetSelect
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js480 if (!fontSize) {
3469 if (fontSize) {
3470 oStyle.fontSize = parseUnit(fontSize);
3541 fontSize;
3550 fontSize = (parentAttributes && parentAttributes.fontSize ) ||
19368 fontSize: true,
20117 fontSize: this.fontSize,
20171 (this.fontSize ? 'font-size="' + this.fontSize + '" ': ''),
20764 fontSize: style && style.fontSize || this.fontSize,
21073 prevStyle.fontSize !== thisStyle.fontSize ||
[all …]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js601 seg.style.fontSize = '1px';
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php507 $fontSize = $font['size'];
510 $this->_fixSizes($dummy, $fontSize);
515 $fontSize * $font['ascender'],
/plugin/advrack/
H A Draphael.js6331fontSize = node.firstChild ? toInt(R._g.doc.defaultView.getComputedStyle(node.firstChild, E).getPr…
6343 i && $(tspan, {dy: fontSize * leading, x: a.x});
6351 $(tspans[i], {dy: fontSize * leading, x: a.x});
7349 params["font-size"] && (textpathStyle.fontSize = params["font-size"]);
7463 fontSize = a.font && a.font.match(/\d+(?:\.\d*)?(?=px)/);
7469 fontSize = toFloat(a["font-size"] || fontSize && fontSize[0]) || 10;
7470 s.fontSize = fontSize * m + "px";
/plugin/dokumicrobugtracker/js/
H A Djquery.js4 …(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.p…
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt64 …sition=after&plotArgs={title: {text: 'Number of Earthquakes Worldwide', fontSize: '14pt', textColo…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/aceeditor/
H A Dbuild.js1fontSize:"renderer",fontFamily:"renderer",maxLines:"renderer",minLines:"renderer",scrollSpeed:"$mo…
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js47 element.setStyle({fontSize: (percent/100) + 'em'});
428 var fontSize = this.element.getStyle('font-size') || '100%';
430 if (fontSize.indexOf(fontSizeType)>0) {
431 this.fontSize = parseFloat(fontSize);
449 if (this.options.scaleContent && this.fontSize)
450 this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType });
/plugin/s5reloaded/ui/thesis/
H A Dslides.js484 fontSize(1,'em');
839 fontSize(newSize,"px");
865 function fontSize(val,fmt) { function
2133 obj.style.fontSize = th + "px";
2213 obj.style.fontSize = th + "px";
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.p…
/plugin/processing/
H A Dscript.js5668 fontSize: "12px" property in tinylogLite.closeButtonStyles
5675 fontSize: "12px", property in tinylogLite.entryTextStyles
12990 element.style.fontSize = "72px";
13053 preLoader.style.fontSize = "72px";
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Dbasic-style.xml.bak5 <add as="fontSize" value="11"/>
15 <add as="fontSize" value="10"/>
37 <add as="fontSize" value="12"/>
H A Ddefault-style.xml.bak28 <add as="fontSize" value="12"/>
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php149 function paragraph($fontBlock = 0, $fontSize = 12) argument
151 $fontSize *= 2;
152 return "{\\f$fontBlock\\fs$fontSize \\par }\n";
159 function textBlock($fontBlock = FALSE, $fontSize = FALSE, $input = FALSE) argument
161 if(($fontBlock === FALSE) || ($fontSize === FALSE) || ($input === FALSE))
163 $fontSize *= 2;
164 return "{\\f$fontBlock\\fs$fontSize $input \\par }\n";

12345678910