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