Searched refs:font_family (Results 1 – 9 of 9) sorted by relevance
/plugin/fckg/fckeditor/editor/plugins/fonts/ |
H A D | fckplugin.js | 38 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 D | cssimport.php | 202 $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 D | plugin.js.unc | 265 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 D | plugin.js.unc | 265 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 D | parse_wiki-cmpr.js | 1 …font_family:"inherit",font_size:"inherit",font_weight:"inherit",font_color:"inherit",font_bgcolor:…
|
H A D | parse_wiki.js.unc | 241 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 D | parse_wiki-cmpr.js | 1 …font_family:"inherit",font_size:"inherit",font_weight:"inherit",font_color:"inherit",font_bgcolor:…
|
H A D | parse_wiki.js.unc | 328 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 D | HTMLPurifier.standalone.php |
|