summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/win/cairo/FontPlatformData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/win/cairo/FontPlatformData.h')
-rw-r--r--WebCore/platform/graphics/win/cairo/FontPlatformData.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/WebCore/platform/graphics/win/cairo/FontPlatformData.h b/WebCore/platform/graphics/win/cairo/FontPlatformData.h
index d8f538a..05f9eab 100644
--- a/WebCore/platform/graphics/win/cairo/FontPlatformData.h
+++ b/WebCore/platform/graphics/win/cairo/FontPlatformData.h
@@ -3,7 +3,6 @@
* Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com
* Copyright (C) 2007 Holger Hans Peter Freyther
* Copyright (C) 2007 Pioneer Research Center USA, Inc.
- * Copyright (C) 2010 Brent Fulgham <bfulgham@webkit.org>
* All rights reserved.
*
* This library is free software; you can redistribute it and/or
@@ -26,7 +25,7 @@
#ifndef FontPlatformDataCairoWin_h
#define FontPlatformDataCairoWin_h
-#include "FontOrientation.h"
+#include "FontDescription.h"
#include "GlyphBuffer.h"
#include "RefCountedGDIHandle.h"
#include "StringImpl.h"
@@ -38,8 +37,6 @@ typedef struct HFONT__* HFONT;
namespace WebCore {
-class FontDescription;
-
class FontPlatformData {
public:
FontPlatformData(WTF::HashTableDeletedValueType)
@@ -76,9 +73,6 @@ public:
void setSize(float size) { m_size = size; }
bool syntheticBold() const { return m_syntheticBold; }
bool syntheticOblique() const { return m_syntheticOblique; }
-
- FontOrientation orientation() const { return Horizontal; } // FIXME: Implement.
-
cairo_scaled_font_t* scaledFont() const { return m_scaledFont; }
unsigned hash() const