#include <QtGui/qfont.h>
#ifndef QFONT_H
class QFont{
public: enum StyleStrategy{
PreferDefault = 1,
PreferBitmap = 2,
PreferDevice = 4,
PreferOutline = 8,
ForceOutline = 16,
PreferMatch = 32,
PreferQuality = 64,
PreferAntialias = 128,
NoAntialias = 256,
OpenGLCompatible = 512,
NoFontMerging = 32768,
};
};
#endif // QFONT_H