Home
last modified time | relevance | path

Searched refs:fontName (Results 1 – 25 of 33) sorted by relevance

12

/plugin/fontface/
H A Daction.php43 $fontName = $this->getConf('fontName');
59 … if (empty($fontName) && empty($fontFileName) && empty($fontName2) && empty($fontFileName2)) {
67 $CSSembed .= $this->_getFontFaceCode($fontName, $fontFileName);
78 if ( !empty($elements) && !empty($fontName) ) {
79 …$CSSembed .= $elements." { font-family: '".$fontName."', ".$this->getConf('genericFamily')."; }".N…
129 * @param string $fontName Name of the font as used in CSS
133 function _getFontFaceCode($fontName, $fontFileName) { argument
134 if (empty($fontName) || empty($fontFileName)) {
153 " font-family: '".$fontName."';".NL;
168 …$CSSembed .= " url('".$fontDir.$fontSVG."#".str_replace(' ', '', $fontName)."') format('sv…
/plugin/googlefonts/
H A Daction.php34 ${fontName.$i} = $this->getConf('fontName'.$i);
38 $fontNames[] = ${fontName.$i};
41 if ( ${addStyle.$i} && !empty(${fontName.$i}) ) {
42 …$CSSembed[] = ${headings.$i}." { font-family: '".preg_replace('/:.*/','',${fontName.$i})."', ".${g…
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js35 function selectFont(fontName, show) { argument
42 if (!e.target.dataset.fontName ||
46 var fontName = e.target.dataset.fontName;
50 if (select.dataset.fontName !== fontName) {
54 selectFont(fontName, select.checked);
111 var fontName = fontObj.loadedName;
114 name.textContent = fontName;
132 select.dataset.fontName = fontName;
133 select.addEventListener('click', (function(select, fontName) { argument
135 selectFont(fontName, select.checked);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartSpec.php44 public $fontName; variable in Google\\Service\\Sheets\\ChartSpec
199 public function setFontName($fontName) argument
201 $this->fontName = $fontName;
208 return $this->fontName;
/plugin/block/
H A Dscript.js125 function doesFontExist(fontName) { argument
140 context.font = "72px '" + fontName + "', monospace";
/plugin/statdisplay/pchart/
H A DICanvas.php38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
H A DTestCanvas.php59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
H A DGDCanvas.php513 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
521 $fontName, $text);
528 $gdColor, $fontName, $text);
/plugin/statistics/inc/pchart/
H A DICanvas.php34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument
H A DTestCanvas.php57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
H A DGDCanvas.php582 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
591 $fontName, $text
600 $gdColor, $fontName, $text
/plugin/diagramsnet/lib/js/diagramly/
H A DMenus.js4003 [fontName, (fontUrl != null) ? encodeURIComponent(fontUrl) : null, null] : [fontName],
4008 graph.setFont(fontName, fontUrl);
4014 graph.addExtFont(fontName, fontUrl);
4021 [fontName, (fontUrl != null) ? encodeURIComponent(fontUrl) : null, null] : [fontName],
4039 graph.addExtFont(fontName, fontUrl);
4077 if (extFonts[i].name == fontName)
4089 if (customFonts[i].name == fontName)
4105 Graph.addFont(fontName, fontUrl);
4380 if (fontName != null && fontName.length > 0)
4384 graph.setFont(fontName, fontUrl);
[all …]
H A DPages.js833 Graph.prototype.addExtFont = function(fontName, fontUrl, dontRemember) argument
836 if (fontName && fontUrl)
841 Graph.recentCustomFonts[fontName.toLowerCase()] = {name: fontName, url: fontUrl};
844 var fontId = 'extFont_' + fontName;
860 '\tfont-family: "'+ fontName +'";\n' +
880 if (extFonts[i].name == fontName)
889 this.extFonts.push({name: fontName, url: fontUrl});
H A DEditor.js3230 (mxUtils.bind(this, function(fontName, fontUrl) argument
3260 'font-family: "' + fontName + '";' +
6542 var fontName = extFonts[i].name, fontUrl = extFonts[i].url;
6551 'font-family: "' + fontName + '";\n' +
8198 var fontName = extFonts[i].name;
8211 'font-family: "' + mxUtils.htmlEntities(fontName) + '";\n' +
8290 var fontName = extFonts[i].name;
8303 'font-family: "' + mxUtils.htmlEntities(fontName) + '";\n' +
H A DDialogs.js11754 function validateFn(fontName, fontUrl, type) argument
11758 if (fontName == null || fontName.length == 0)
11775 var fontName, fontUrl, type;
11779 fontName = sysFontInput.value;
11784 fontName = googleFontInput.value;
11785 fontUrl = Editor.GOOGLE_FONTS + encodeURIComponent(fontName).replace(/%20/g, '+');
11790 fontName = webFontInput.value;
11795 if (validateFn(fontName, fontUrl, type))
11797 fn(fontName, fontUrl, type);
/plugin/katex/_assets/
H A Dkatex.min.js1fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",f…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js30944 var fontName;
31708 fontName: null
31812 fontName: textChunk.fontName
32872 fontName = _primitives.Name.get(fontName);
32880 var fontNameStr = fontName && fontName.name;
32887 fontName = baseFont;
32892 fontName = fontName || baseFont;
32916 name: fontName.name,
33128 this.fontName = null;
35706 …var isStandardFont = !!stdFontMap[fontName] || !!(nonStdFontMap[fontName] && stdFontMap[nonStdFont…
[all …]
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js5155 for (var fontName in R.fonts) if (R.fonts[has](fontName)) {
5156 if (name.test(fontName)) {
5157 font = R.fonts[fontName];
/plugin/callflow/
H A Draphael.js5503 for (var fontName in R.fonts) if (R.fonts[has](fontName)) {
5504 if (name.test(fontName)) {
5505 font = R.fonts[fontName];
/plugin/advrack/
H A Draphael.js5502 for (var fontName in R.fonts) if (R.fonts[has](fontName)) {
5503 if (name.test(fontName)) {
5504 font = R.fonts[fontName];
/plugin/processing/
H A Dscript.js12899 var fontName = clean(list[x]),
12900 index = /^\{(\d*?)\}$/.exec(fontName);
12902 sketch.fonts.add(index ? JSON.parse("{" + jsonItems[index[1]] + "}") : fontName);
13044 var fontName = (typeof fontSrc === 'object' ? fontSrc.fontFace : fontSrc),
13047 …this.fontFamily += "@font-face{\n font-family: '" + fontName + "';\n src: url('" + fontUrl + "'…
13052 preLoader.style.fontFamily = "'" + fontName + "', serif";
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML-full.js56fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…
H A DAM_HTMLorMML-full.js56fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…

12