]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/style.h
Font size loading fixes
[libs/gltk.git] / source / style.h
index 29c5e3430b0fca7a1581312fee3e1a2df5ac999f..620aa21245bdf03f2ca0c788ffb9aa9c88dc2b67 100644 (file)
@@ -46,8 +46,8 @@ private:
        PartSeq parts;
 
 public:
-       Style(Resources &);
-       const GL::Font *get_font() const  { return font; }
+       Style();
+       const GL::Font &get_font() const;
        unsigned get_font_size() const { return font_size; }
        const GL::Color &get_font_color() const { return font_color; }
        const PartSeq &get_parts() const { return parts; }