rofi
1.5.1
|
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 65 of file textbox.c.
Referenced by textbox_initialize_font(), and textbox_set_pango_context().
PangoFontMetrics* TBFontConfig::metrics |
Font metrics
Definition at line 63 of file textbox.c.
Referenced by tbfc_entry_free(), textbox_initialize_font(), and textbox_set_pango_context().
PangoFontDescription* TBFontConfig::pfd |
Font description
Definition at line 61 of file textbox.c.
Referenced by tbfc_entry_free(), and textbox_initialize_font().