|
wlmaker
|
Public Attributes | |
| char | face [WLM_GRAPH_FONT_FACE_MAX] |
| uint32_t | size |
| cairo_font_weight_t | weight |
| cairo_font_slant_t | slant |
Font specification (XFT-style).
| char wlm_graph_font_spec_t::face[WLM_GRAPH_FONT_FACE_MAX] |
Font face name.
| uint32_t wlm_graph_font_spec_t::size |
Font size (at base icon size).
| cairo_font_slant_t wlm_graph_font_spec_t::slant |
Font slant (CAIRO_FONT_SLANT_NORMAL, _ITALIC, or _OBLIQUE).
| cairo_font_weight_t wlm_graph_font_spec_t::weight |
Font weight (CAIRO_FONT_WEIGHT_NORMAL or CAIRO_FONT_WEIGHT_BOLD).