Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

fontmanager.h

Go to the documentation of this file.
00001 #ifndef OPIE_FONTMANAGER_H
00002 #define OPIE_FONTMANAGER_H
00003 
00004 #include <qfont.h>
00005 
00006 class FontManager {
00007 public:
00008     enum Spacing { Fixed, Proportional };
00009     static bool hasUnicodeFont();
00010     static QFont unicodeFont( Spacing );
00011 };
00012 
00013 #endif

Generated on Sat Nov 5 16:16:36 2005 for OPIE by  doxygen 1.4.2