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