ClanLib
2.3.7
|
#include <css_box_text_transform.h>
Public Types | |
enum | Type { type_capitalize, type_uppercase, type_lowercase, type_none, type_inherit } |
Public Member Functions | |
CL_CSSBoxTextTransform () | |
void | compute (const CL_CSSBoxTextTransform *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
CL_CSSBoxTextTransform::CL_CSSBoxTextTransform | ( | ) |
void CL_CSSBoxTextTransform::compute | ( | const CL_CSSBoxTextTransform * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
Type CL_CSSBoxTextTransform::type |