Configurable font
This commit is contained in:
parent
120af1612f
commit
41e2b7286d
3 changed files with 23 additions and 10 deletions
|
|
@ -23,7 +23,8 @@ class Bar {
|
|||
wl_surface *_surface {nullptr};
|
||||
zwlr_layer_surface_v1 *_layerSurface {nullptr};
|
||||
QPainter *_painter {nullptr};
|
||||
std::optional<QFontMetrics> _fontMetrics;
|
||||
QFont _font;
|
||||
QFontMetrics _fontMetrics;
|
||||
std::optional<ShmBuffer> _bufs;
|
||||
std::vector<Tag> _tags;
|
||||
int _textY;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue