i3
Data Fields
Font Struct Reference

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

Detailed Description

Data structure for cached font information:

Definition at line 29 of file libi3.h.

Field Documentation

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

Font information gathered from the server.

Definition at line 34 of file libi3.h.

xcb_charinfo_t* Font::table

Font table for this font (may be NULL)

Definition at line 37 of file libi3.h.


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