rofi 2.0.0
TBFontConfig Struct Reference

#include <textbox.h>

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 48 of file textbox.h.

Field Documentation

◆ height

double TBFontConfig::height

height

Definition at line 54 of file textbox.h.

Referenced by textbox_get_estimated_height(), textbox_initialize_font(), and textbox_set_pango_context().

◆ metrics

PangoFontMetrics* TBFontConfig::metrics

Font metrics

Definition at line 52 of file textbox.h.

Referenced by tbfc_entry_free(), textbox_draw(), textbox_initialize_font(), and textbox_set_pango_context().

◆ pfd

PangoFontDescription* TBFontConfig::pfd

Font description

Definition at line 50 of file textbox.h.

Referenced by tbfc_entry_free(), and textbox_initialize_font().


The documentation for this struct was generated from the following file:
  • /builddir/build/BUILD/rofi-2.0.0-build/rofi-2.0.0/include/widgets/textbox.h