Home
last modified time | relevance | path

Searched refs:CSSFontStyle (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font.inc.php54 $this->_defaultValue->style = CSSFontStyle::default_value();
138 $font->style = CSSFontStyle::parse($subvalue);
181 CSS::register_css_property(new CSSFontStyle($font, 'style'));
H A Dcss.font-style.inc.php3 class CSSFontStyle extends CSSSubFieldProperty { class