|
libcss
|
#include <stylesheet.h>
Public Attributes | ||
| enum css_font_style_e | style | |
| enum css_font_variant_e | variant | |
| enum css_font_weight_e | weight | |
| struct { | ||
| css_fixed size | ||
| css_unit unit | ||
| } | size | |
| struct { | ||
| css_fixed size | ||
| css_unit unit | ||
| } | line_height | |
| lwc_string * | family | |
System font callback result data.
| lwc_string* css_system_font::family |
| struct { ... } css_system_font::line_height |
| css_fixed css_system_font::size |
| struct { ... } css_system_font::size |
| enum css_font_style_e css_system_font::style |
| css_unit css_system_font::unit |
| enum css_font_variant_e css_system_font::variant |
| enum css_font_weight_e css_system_font::weight |