mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CSignalBar: use dynamic fonts in signalbars
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <gui/components/cc_item_progressbar.h>
|
||||
#include <gui/components/cc_item_text.h>
|
||||
#include <zapit/include/zapit/frontend_c.h>
|
||||
|
||||
#include <driver/neutrinofonts.h>
|
||||
|
||||
/// Basic class for signalbars
|
||||
/*!
|
||||
@@ -61,6 +61,8 @@ class CSignalBar : public CComponentsForm
|
||||
CComponentsLabel *sb_lbl;
|
||||
///object: current font
|
||||
Font *sb_font;
|
||||
///object: dynamic font object handler
|
||||
CNeutrinoFonts *dy_font;
|
||||
///property: text color, see also setTextColor()
|
||||
fb_pixel_t sb_caption_color;
|
||||
|
||||
|
Reference in New Issue
Block a user