Index: Source/platform/fonts/Font.cpp |
diff --git a/Source/platform/fonts/Font.cpp b/Source/platform/fonts/Font.cpp |
index a29cd63f78fa78e9d4ebad7b8bd0567b9c9b0cce..cf4ac0efed824fbbcbde66722c6f4e8efc9ed7b5 100755 |
--- a/Source/platform/fonts/Font.cpp |
+++ b/Source/platform/fonts/Font.cpp |
@@ -93,18 +93,6 @@ Font::Font(const FontDescription& fd, float letterSpacing, float wordSpacing) |
{ |
} |
-Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMode) |
- : m_fontFallbackList(FontFallbackList::create()) |
- , m_letterSpacing(0) |
- , m_wordSpacing(0) |
- , m_isPlatformFont(true) |
- , m_typesettingFeatures(computeTypesettingFeatures()) |
-{ |
- m_fontDescription.setUsePrinterFont(isPrinterFont); |
- m_fontDescription.setFontSmoothing(fontSmoothingMode); |
- m_fontFallbackList->setPlatformFont(fontData); |
-} |
- |
Font::Font(const Font& other) |
: m_fontDescription(other.m_fontDescription) |
, m_fontFallbackList(other.m_fontFallbackList) |