#include <css_box_font_size.h>

Public Types | |
| enum | Type { type_xx_small, type_x_small, type_small, type_medium, type_large, type_x_large, type_xx_large, type_larger, type_smaller, type_length, type_percentage, type_inherit } |
Public Member Functions | |
| CL_CSSBoxFontSize () | |
| void | compute (const CL_CSSBoxFontSize *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
| CL_String | to_string () const |
Public Attributes | |
| CL_CSSBoxLength | length |
| float | percentage |
| Type | type |
| CL_CSSBoxFontSize::CL_CSSBoxFontSize | ( | ) |
| void CL_CSSBoxFontSize::compute | ( | const CL_CSSBoxFontSize * | parent, | |
| CL_CSSResourceCache * | layout, | |||
| float | em_size, | |||
| float | ex_size | |||
| ) |
| CL_String CL_CSSBoxFontSize::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1