Font Struct Reference

Data structure for cached font information:

More...

#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.

Detailed Description

Data structure for cached font information:

Definition at line 196 of file data.h.


Field Documentation

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


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

Generated on 7 Feb 2013 for i3 by  doxygen 1.6.1