#include <css_value_font_size.h>
|
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
} |
|
◆ Type
Enumerator |
---|
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 | |
◆ CSSValueFontSize()
clan::CSSValueFontSize::CSSValueFontSize |
( |
| ) |
|
◆ apply()
◆ clone()
◆ compute()
void clan::CSSValueFontSize::compute |
( |
const CSSValueFontSize * |
parent, |
|
|
CSSResourceCache * |
layout, |
|
|
float |
em_size, |
|
|
float |
ex_size |
|
) |
| |
◆ get_name()
std::string clan::CSSValueFontSize::get_name |
( |
| ) |
const |
|
virtual |
◆ to_string()
std::string clan::CSSValueFontSize::to_string |
( |
| ) |
const |
|
virtual |
◆ length
◆ percentage
float clan::CSSValueFontSize::percentage |
◆ type
Type clan::CSSValueFontSize::type |
The documentation for this class was generated from the following file: