Data structure for cached font information:
#include <data.h>
Public Member Functions | |
| TAILQ_ENTRY (Font) fonts | |
Data Fields | |
| char * | name |
| The name of the font, that is what the pattern resolves to. | |
| char * | pattern |
| A copy of the pattern to build a cache. | |
| 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:
Definition at line 325 of file data.h.
| Font::TAILQ_ENTRY | ( | Font | ) |
| int Font::height |
The height of the font, built from font_ascent + font_descent.
Definition at line 331 of file data.h.
Referenced by button_press_stackwin(), client_min_height(), decorate_window(), handle_button_press(), handle_configure_request(), handle_signal(), initialize_output(), output_change_mode(), render_container(), render_internal_bar(), render_workspace(), reparent_window(), resize_client(), toggle_floating_mode(), and workspace_height().
| xcb_font_t Font::id |
The xcb-id for the font.
Definition at line 333 of file data.h.
Referenced by create_window(), decorate_window(), handle_signal(), predict_text_width(), and render_internal_bar().
| char* Font::name |
| char* Font::pattern |
A copy of the pattern to build a cache.
Definition at line 329 of file data.h.
Referenced by TAILQ_HEAD().
1.7.1