|
rofi
1.5.4
|

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 66 of file textbox.c.
Referenced by textbox_initialize_font(), and textbox_set_pango_context().
| PangoFontMetrics* TBFontConfig::metrics |
Font metrics
Definition at line 64 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 62 of file textbox.c.
Referenced by tbfc_entry_free(), and textbox_initialize_font().