#include <css_value_font_family.h>
Inheritance diagram for clan::CSSValueFontFamily:Public Types | |
| enum | Type { type_names, type_inherit } |
Public Member Functions | |
| CSSValueFontFamily () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| std::unique_ptr< CSSPropertyValue > | clone () const |
| void | compute (const CSSValueFontFamily *parent, CSSResourceCache *layout, float em_size, float ex_size) |
| std::string | get_name () const |
| std::string | to_string () const |
Public Member Functions inherited from clan::CSSPropertyValue | |
| virtual | ~CSSPropertyValue () |
Public Attributes | |
| std::vector < CSSValueFontFamilyName > | names |
| Type | type |
| clan::CSSValueFontFamily::CSSValueFontFamily | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueFontFamily::compute | ( | const CSSValueFontFamily * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
|
virtual |
Implements clan::CSSPropertyValue.
| std::vector<CSSValueFontFamilyName> clan::CSSValueFontFamily::names |
| Type clan::CSSValueFontFamily::type |