From b774e015816e51ac65e5d1c685306f8404a3a19e Mon Sep 17 00:00:00 2001
From: zecke <zecke>
Date: Tue, 15 Oct 2002 21:38:43 +0000
Subject: More OPIE X11 Stuff

Some empty stubs to compile against Qt2/X
it will not link though
---
(limited to 'x11/libqpe-x11/qpe/fontmanager.h')

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 @@
+#ifndef OPIE_FONTMANAGER_H
+#define OPIE_FONTMANAGER_H
+
+#include <qfont.h>
+
+class FontManager {
+public:
+    enum Spacing { Fixed, Proportional };
+    static bool hasUnicodeFont();
+    static QFont unicodeFont( Spacing );
+};
+
+#endif
--
cgit v0.9.0.2