#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
 

Member Enumeration Documentation

Enumerator
type_family_name 
type_serif 
type_sans_serif 
type_cursive 
type_fantasy 
type_monospace 

Constructor & Destructor Documentation

clan::CSSValueFontFamilyName::CSSValueFontFamilyName ( )
inline
clan::CSSValueFontFamilyName::CSSValueFontFamilyName ( const std::string &  name)
inline

Member Data Documentation

std::string clan::CSSValueFontFamilyName::name
Type clan::CSSValueFontFamilyName::type

The documentation for this class was generated from the following file: