Home
last modified time | relevance | path

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

12

/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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13287 function FontWrapper(pdfkitDoc, path, fontName){
13294 this.name = fontName;
14619 var fontName = getStyleProperty({}, styleContextStack, 'font', 'Roboto');
14625 var font = this.fontProvider.provideFont(fontName, bold, italics);
14753 var fontName = getStyleProperty(item, styleContextStack, 'font', 'Roboto');
14764 var font = fontProvider.provideFont(fontName, bold, italics);
29784 entry.name = name.fontName[0].raw;
29978 this.fontName = strings[4];
H A Dpdfmake.min.js14fontName[0].raw),t.pos=E,this.map[A].list.push(l),l.name&&(this.map[A].named[l.name]=l);t.pos=C}},…
H A Dpdfmake.min.js.map1fontName","MAX_CHAR_TYPES","charCatalogue","defineProperty","getFont","ascender","decender","pseud…
/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/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/diagramsnet/lib/js/diagramly/
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);
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 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});
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js56fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…
H A DAccessible-full.js78fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…
H A DMML_HTMLorMML-full.js56fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…
H A DTeX-MML-AM_HTMLorMML-full.js76fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
H A Djax.js19fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:…
/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/katex/_assets/
H A Dkatex.min.js1fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",f…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js18841 var style = styles[geom.fontName];
18876 textDiv.dataset.fontName = geom.fontName;
H A Dpdf.js.map1fontName - font name used by pdf.js for converted font.\n */\n\n/**\n * Text style.\n *\n * @typed…
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 …]
H A Dpdf.worker.js.map1fontName","translated","handleText","glyphs","isAddToPathSet","gStateObj","gStateKeys","gState","n…
/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 …]

12