i3
|
Data structure for cached font information: More...
#include <libi3.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:
int Font::height |
The height of the font, built from font_ascent + font_descent.
Definition at line 31 of file libi3.h.
Referenced by con_set_border_style(), floating_enable(), handle_configure_request(), handle_signal(), and render_con().
xcb_font_t Font::id |
The xcb-id for the font.
Definition at line 33 of file libi3.h.
Referenced by create_window(), handle_signal(), load_configuration(), predict_text_width(), x_draw_decoration(), and xcb_set_root_cursor().