rofi
1.7.0
|
#include <textbox.h>
Data Fields | |
PangoFontDescription * | pfd |
PangoFontMetrics * | metrics |
double | height |
Cache to hold font descriptions. This it to avoid having to lookup each time.
double TBFontConfig::height |
height
Definition at line 55 of file textbox.h.
Referenced by textbox_get_estimated_char_height(), textbox_get_estimated_height(), textbox_initialize_font(), and textbox_set_pango_context().
PangoFontMetrics* TBFontConfig::metrics |
Font metrics
Definition at line 53 of file textbox.h.
Referenced by tbfc_entry_free(), textbox_draw(), textbox_initialize_font(), and textbox_set_pango_context().
PangoFontDescription* TBFontConfig::pfd |
Font description
Definition at line 51 of file textbox.h.
Referenced by tbfc_entry_free(), and textbox_initialize_font().