ClanLib
2.3.7
|
#include <css_box_letter_spacing.h>
Public Types | |
enum | Type { type_normal, type_length, type_inherit } |
Public Member Functions | |
CL_CSSBoxLetterSpacing () | |
void | compute (const CL_CSSBoxLetterSpacing *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
CL_CSSBoxLength | length |
Type | type |
CL_CSSBoxLetterSpacing::CL_CSSBoxLetterSpacing | ( | ) |
void CL_CSSBoxLetterSpacing::compute | ( | const CL_CSSBoxLetterSpacing * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_CSSBoxLength CL_CSSBoxLetterSpacing::length |
Type CL_CSSBoxLetterSpacing::type |