#include <css_value_font_style.h>
Public Types | |
enum | Type { type_normal, type_italic, type_oblique, type_inherit } |
Public Member Functions | |
CSSValueFontStyle () | |
void | apply (CSSComputedValuesUpdater *updater) |
void | compute (const CSSValueFontStyle *parent, CSSResourceCache *layout, float em_size, float ex_size) |
std::string | to_string () const |
Public Attributes | |
Type | type |
clan::CSSValueFontStyle::CSSValueFontStyle | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
void clan::CSSValueFontStyle::compute | ( | const CSSValueFontStyle * | parent, |
CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements clan::CSSPropertyValue.
Type clan::CSSValueFontStyle::type |