#include <css_value_font_weight.h>
|
enum | Type {
type_normal,
type_bold,
type_bolder,
type_lighter,
type_100,
type_200,
type_300,
type_400,
type_500,
type_600,
type_700,
type_800,
type_900,
type_inherit
} |
|
◆ Type
Enumerator |
---|
type_normal | |
type_bold | |
type_bolder | |
type_lighter | |
type_100 | |
type_200 | |
type_300 | |
type_400 | |
type_500 | |
type_600 | |
type_700 | |
type_800 | |
type_900 | |
type_inherit | |
◆ CSSValueFontWeight()
clan::CSSValueFontWeight::CSSValueFontWeight |
( |
| ) |
|
◆ apply()
◆ clone()
◆ compute()
void clan::CSSValueFontWeight::compute |
( |
const CSSValueFontWeight * |
parent, |
|
|
CSSResourceCache * |
layout, |
|
|
float |
em_size, |
|
|
float |
ex_size |
|
) |
| |
◆ get_name()
std::string clan::CSSValueFontWeight::get_name |
( |
| ) |
const |
|
virtual |
◆ to_string()
std::string clan::CSSValueFontWeight::to_string |
( |
| ) |
const |
|
virtual |
◆ type
Type clan::CSSValueFontWeight::type |
The documentation for this class was generated from the following file: