summaryrefslogtreecommitdiff
path: root/x11/libqpe-x11/qpe/fontmanager.h
Unidiff
Diffstat (limited to 'x11/libqpe-x11/qpe/fontmanager.h') (more/less context) (show whitespace changes)
-rw-r--r--x11/libqpe-x11/qpe/fontmanager.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/libqpe-x11/qpe/fontmanager.h b/x11/libqpe-x11/qpe/fontmanager.h
new file mode 100644
index 0000000..49a8433
--- a/dev/null
+++ b/x11/libqpe-x11/qpe/fontmanager.h
@@ -0,0 +1,13 @@
1#ifndef OPIE_FONTMANAGER_H
2#define OPIE_FONTMANAGER_H
3
4#include <qfont.h>
5
6class FontManager {
7public:
8 enum Spacing { Fixed, Proportional };
9 static bool hasUnicodeFont();
10 static QFont unicodeFont( Spacing );
11};
12
13#endif