i3
Data Fields
Font Struct Reference

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.

Detailed Description

Data structure for cached font information:

Definition at line 29 of file libi3.h.


Field Documentation

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().


The documentation for this struct was generated from the following file: