|
i3
|
Data structure for cached font information: More...
#include <libi3.h>
Data Fields | |
| xcb_font_t | id |
| The xcb-id for the font. | |
| xcb_query_font_reply_t * | info |
| Font information gathered from the server. | |
| xcb_charinfo_t * | table |
| Font table for this font (may be NULL) | |
| int | height |
| The height of the font, built from font_ascent + font_descent. | |
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 |
1.8.0