Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font.inc.php53 $this->_defaultValue->weight = CSSFontWeight::default_value();
141 $font->weight = CSSFontWeight::parse($subvalue);
182 CSS::register_css_property(new CSSFontWeight($font, 'weight'));
H A Dcss.font-weight.inc.php3 class CSSFontWeight extends CSSSubFieldProperty { class