Home
last modified time | relevance | path

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

12

/plugin/fontface/
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/
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/
Ddebugger.js35 function selectFont(fontName, show) { argument
36 let divs = document.querySelectorAll(`span[${fontAttribute}=${fontName}]`);
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
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
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/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfck_othercommands.js75 FCKFontNameCommand.prototype.Execute = function( fontName ) argument
77 if (fontName == null || fontName == "")
82 FCK.ExecuteNamedCommand( 'FontName', fontName ) ;
/plugin/block/
Dscript.js125 function doesFontExist(fontName) { argument
140 context.font = "72px '" + fontName + "', monospace";
/plugin/diagramsnet/lib/js/diagramly/
DMenus.js3995 var addItem = mxUtils.bind(this, function(fontName, fontUrl, deletable, fontLabel, tooltip) argument
3999 var tr = this.styleChange(menu, fontLabel || fontName,
4003 [fontName, (fontUrl != null) ? encodeURIComponent(fontUrl) : null, null] : [fontName],
4008 graph.setFont(fontName, fontUrl);
4012 document.execCommand('fontname', false, fontName);
4014 graph.addExtFont(fontName, fontUrl);
4021 [fontName, (fontUrl != null) ? encodeURIComponent(fontUrl) : null, null] : [fontName],
4039 graph.addExtFont(fontName, fontUrl);
4055 delete Graph.recentCustomFonts[fontName.toLowerCase()];
4059 if (this.customFonts[i].name == fontName &&
[all …]
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});
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' +
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/statdisplay/pchart/
DICanvas.php38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
DTestCanvas.php59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
DGDCanvas.php513 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie… argument
521 $fontName, $text);
528 $gdColor, $fontName, $text);
/plugin/katex/_assets/
Dkatex.min.js1fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",f… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/
Djax.js19fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:… property
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js30944 var fontName;
30948 fontName = fontArgs[0].name;
30951 return this.loadFont(fontName, fontRef, resources).then(function (translated) {
31075 loadFont: function PartialEvaluator_loadFont(fontName, font, resources) {
31079 …solve(new TranslatedFont('g_font_error', new _fonts.ErrorFont('Font ' + fontName + ' is not availa…
31095 fontRef = fontRes.getRaw(fontName);
31708 fontName: null property
31737 textContentItem.fontName = font.loadedName;
31812 fontName: textChunk.fontName property
31816 function handleSetFont(fontName, fontRef) {
[all …]
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/sequencediagram/bower_components/raphael/dev/
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/
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/
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/
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/
DMML_HTMLorMML-full.js56fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:… property
DAM_HTMLorMML-full.js56fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:… property
DAccessible-full.js78fontName:{TeXLocal:"TeX",TeXWeb:["","TeX"],TeXImage:["",""],STIXLocal:["STIX","STIX-Web"],STIXWeb:… property
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
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];

12