From 6a04479d63dd4d7dfc54849e4c925d360d55fa9c Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 5 Jul 2010 22:15:17 +0000 Subject: Theme Editor: Began working on font loading. Font header info is now read and spewed out onto the debug console git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27301 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/graphics/rbfont.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/themeeditor/graphics/rbfont.h') diff --git a/utils/themeeditor/graphics/rbfont.h b/utils/themeeditor/graphics/rbfont.h index 61a171e081..2c1f8a9dce 100644 --- a/utils/themeeditor/graphics/rbfont.h +++ b/utils/themeeditor/graphics/rbfont.h @@ -25,6 +25,7 @@ #include #include #include +#include class RBFont { @@ -37,7 +38,7 @@ public: int lineHeight(){ return 8; } private: - QString filename; + QHash header; }; #endif // RBFONT_H -- cgit v1.2.3