ClanLib
2.3.7
|
#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 | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
Type CL_CSSBoxTextAlign::type |