Data structure for cached font information:
#include <data.h>
Data Fields | |
int | height |
The height of the font, built from font_ascent + font_descent. | |
xcb_font_t | id |
The xcb-id for the font. |
Data structure for cached font information:
Definition at line 196 of file data.h.
int Font::height |
The height of the font, built from font_ascent + font_descent.
Definition at line 198 of file data.h.
Referenced by floating_enable(), handle_configure_request(), handle_signal(), render_con(), and x_draw_decoration().
xcb_font_t Font::id |
The xcb-id for the font.
Definition at line 200 of file data.h.
Referenced by create_window(), handle_signal(), load_configuration(), main(), predict_text_width(), TAILQ_HEAD(), and x_draw_decoration().