summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/wince/FontPlatformData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/wince/FontPlatformData.h')
-rw-r--r--WebCore/platform/graphics/wince/FontPlatformData.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/wince/FontPlatformData.h b/WebCore/platform/graphics/wince/FontPlatformData.h
index 4a174f0..e73a7b2 100644
--- a/WebCore/platform/graphics/wince/FontPlatformData.h
+++ b/WebCore/platform/graphics/wince/FontPlatformData.h
@@ -26,6 +26,7 @@
#define FontPlatformData_h
#include "FontDescription.h"
+#include "FontOrientation.h"
#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
#include <wtf/text/StringImpl.h>
@@ -77,6 +78,8 @@ namespace WebCore {
static const String& defaultFontFamily();
static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family);
+ FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
+
#ifndef NDEBUG
String description() const;
#endif