#include <css_value_text_transform.h>
Inheritance diagram for clan::CSSValueTextTransform:Public Types | |
| enum | Type { type_capitalize, type_uppercase, type_lowercase, type_none, type_inherit } |
Public Member Functions | |
| CSSValueTextTransform () | |
| void | apply (CSSComputedValuesUpdater *updater) |
| void | compute (const CSSValueTextTransform *parent, CSSResourceCache *layout, float em_size, float ex_size) |
| std::string | to_string () const |
Public Attributes | |
| Type | type |
| clan::CSSValueTextTransform::CSSValueTextTransform | ( | ) |
|
virtual |
Implements clan::CSSPropertyValue.
| void clan::CSSValueTextTransform::compute | ( | const CSSValueTextTransform * | parent, |
| CSSResourceCache * | layout, | ||
| float | em_size, | ||
| float | ex_size | ||
| ) |
|
virtual |
Implements clan::CSSPropertyValue.
| Type clan::CSSValueTextTransform::type |