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