summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp')
-rw-r--r--Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp b/Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
index 99a4e397f..94f3a91b0 100644
--- a/Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
+++ b/Source/WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
@@ -74,14 +74,9 @@ FontPlatformData::FontPlatformData(const FontDescription& description, const Ato
font.setWeight(toQFontWeight(description.weight()));
font.setWordSpacing(wordSpacing);
font.setLetterSpacing(QFont::AbsoluteSpacing, letterSpacing);
-#if QT_VERSION < QT_VERSION_CHECK(5, 1, 0)
- // To maintain stable baselines for Qt 5.0, keep force integer metrics enabled and ignore font-smoothing setting.
- font.setStyleStrategy(QFont::ForceIntegerMetrics);
-#else
if (description.fontSmoothing() == NoSmoothing
|| (description.fontSmoothing() == AutoSmoothing && !Font::shouldUseSmoothing()))
font.setStyleStrategy(QFont::NoAntialias);
-#endif
m_data->bold = font.bold();
// WebKit allows font size zero but QFont does not. We will return