Font Struct Reference

Data structure for cached font information:

More...

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

Detailed Description

Data structure for cached font information:

Definition at line 325 of file data.h.


Member Function Documentation

Font::TAILQ_ENTRY ( Font   ) 

Field Documentation

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

The name of the font, that is what the pattern resolves to.

Definition at line 327 of file data.h.

A copy of the pattern to build a cache.

Definition at line 329 of file data.h.

Referenced by TAILQ_HEAD().


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.2-20100208