rofi  1.5.4
TBFontConfig Struct Reference
Collaboration diagram for TBFontConfig:
Collaboration graph

Data Fields

PangoFontDescription * pfd
 
PangoFontMetrics * metrics
 
double height
 

Detailed Description

Cache to hold font descriptions. This it to avoid having to lookup each time.

Definition at line 59 of file textbox.c.

Field Documentation

◆ height

double TBFontConfig::height

height

Definition at line 66 of file textbox.c.

Referenced by textbox_initialize_font(), and textbox_set_pango_context().

◆ metrics

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

◆ pfd

PangoFontDescription* TBFontConfig::pfd

Font description

Definition at line 62 of file textbox.c.

Referenced by tbfc_entry_free(), and textbox_initialize_font().


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