Home
last modified time | relevance | path

Searched refs:font_family (Results 1 – 9 of 9) sorted by relevance

/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js38 FCKFonts.Insert = function(font_weight, font_family, font_size, fg_color, bg_color) { argument
44 style += " font-family: " + font_family + "; ";
47 var hrefStartHtml = '<span face="'+ font_family + '" style="' + style + '">';
/plugin/odt/helper/
H A Dcssimport.php202 $font_family = '';
329 if (empty ($font_family)) {
330 $font_family = $value;
332 $font_family .= ' '.$value;
335 if (!empty ($font_family)) {
336 $decls [] = new css_declaration ('font-family', $font_family);
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc265 font_family = style_spec.get('font'),
287 alt_font_style = sz + "pt " + font_family ;
293 alt_font_style = sz + "pt " + font_family ;
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc265 font_family = style_spec.get('font'),
287 alt_font_style = sz + "pt " + font_family ;
293 alt_font_style = sz + "pt " + font_family ;
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1font_family:"inherit",font_size:"inherit",font_weight:"inherit",font_color:"inherit",font_bgcolor:…
H A Dparse_wiki.js.unc241 font_family: "inherit",
475 this.font_family = matches[1];
1195 …var font_str = '<font ' + this.font_size + '/' + this.font_family + ';;' + this.font_color + ';;' …
1202 this.font_family = 'inherit';
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1font_family:"inherit",font_size:"inherit",font_weight:"inherit",font_color:"inherit",font_bgcolor:…
H A Dparse_wiki.js.unc328 font_family: "inherit",
564 this.font_family = matches[1];
1219 …var font_str = '<font ' + this.font_size + '/' + this.font_family + ';;' + this.font_color + ';;' …
1226 this.font_family = 'inherit';
/plugin/scrape/
H A DHTMLPurifier.standalone.php