i3
|
Data structure for cached font information: More...
#include <libi3.h>
Data Fields | |
xcb_font_t | id |
The xcb-id for the font. More... | |
xcb_query_font_reply_t * | info |
Font information gathered from the server. More... | |
xcb_charinfo_t * | table |
Font table for this font (may be NULL) More... | |
int | height |
The height of the font, built from font_ascent + font_descent. More... | |
Data structure for cached font information:
int Font::height |
The height of the font, built from font_ascent + font_descent.
Definition at line 40 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 31 of file libi3.h.
Referenced by create_window(), load_configuration(), and xcb_set_root_cursor().
xcb_query_font_reply_t* Font::info |
xcb_charinfo_t* Font::table |