rofi 1.7.9
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 49 of file textbox.h.

Field Documentation

◆ height

double TBFontConfig::height

height

Definition at line 55 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 53 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 51 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-1.7.9-build/rofi-1.7.9/include/widgets/textbox.h