#include <css_box_text_align.h>
Public Types | |
enum | Type { type_left, type_right, type_center, type_justify, type_inherit, type_get_from_direction_property } |
Public Member Functions | |
CL_CSSBoxTextAlign () | |
void | compute (const CL_CSSBoxTextAlign *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
CL_CSSBoxTextAlign::CL_CSSBoxTextAlign | ( | ) |
void CL_CSSBoxTextAlign::compute | ( | const CL_CSSBoxTextAlign * | parent, | |
CL_CSSResourceCache * | layout, | |||
float | em_size, | |||
float | ex_size | |||
) |
CL_String CL_CSSBoxTextAlign::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.