summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/qt/FontPlatformData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/qt/FontPlatformData.h')
-rw-r--r--WebCore/platform/graphics/qt/FontPlatformData.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/qt/FontPlatformData.h b/WebCore/platform/graphics/qt/FontPlatformData.h
index 79daa6b..2201f18 100644
--- a/WebCore/platform/graphics/qt/FontPlatformData.h
+++ b/WebCore/platform/graphics/qt/FontPlatformData.h
@@ -26,6 +26,7 @@
#include <wtf/Forward.h>
#include "FontDescription.h"
+#include "FontOrientation.h"
#include <QFont>
#include <QHash>
@@ -153,6 +154,9 @@ public:
return m_data->font.pixelSize();
return 0;
}
+
+ FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
+
unsigned hash() const;
#ifndef NDEBUG