diff options
Diffstat (limited to 'plugingui/label.h')
-rw-r--r-- | plugingui/label.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/label.h b/plugingui/label.h index 0ba67c5..3f0b93f 100644 --- a/plugingui/label.h +++ b/plugingui/label.h @@ -28,6 +28,8 @@ #include "widget.h" +#include "font.h" + #include <string> namespace GUI { @@ -44,6 +46,8 @@ protected: private: std::string _text; + Font font{":fontemboss.png"}; + }; } // GUI:: |