#include <css_box_line_height.h>

Public Types | |
| enum | Type { type_normal, type_number, type_length, type_percentage, type_inherit } |
Public Member Functions | |
| CL_CSSBoxLineHeight () | |
| void | compute (const CL_CSSBoxLineHeight *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
| CL_String | to_string () const |
Public Attributes | |
| CL_CSSBoxLength | length |
| float | number |
| float | percentage |
| Type | type |
| CL_CSSBoxLineHeight::CL_CSSBoxLineHeight | ( | ) |
| void CL_CSSBoxLineHeight::compute | ( | const CL_CSSBoxLineHeight * | parent, | |
| CL_CSSResourceCache * | layout, | |||
| float | em_size, | |||
| float | ex_size | |||
| ) |
| CL_String CL_CSSBoxLineHeight::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1