#include <css_value_font_family.h>
Public Types | |
| enum | Type { type_family_name, type_serif, type_sans_serif, type_cursive, type_fantasy, type_monospace } |
Public Member Functions | |
| CSSValueFontFamilyName () | |
| CSSValueFontFamilyName (const std::string &name) | |
Public Attributes | |
| std::string | name |
| Type | type |
|
inline |
|
inline |
| std::string clan::CSSValueFontFamilyName::name |
| Type clan::CSSValueFontFamilyName::type |