From ab868f18b0bd50f232fc6ad0d90630a771aae327 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 22 Nov 2023 12:08:57 +0100 Subject: [PATCH] doc: Remove outdated comment about DirectWrite Qt 6 does not support any Windows versions without DirectWrite and no special configuration flag is needed to build it anymore. Pick-to: 6.5 6.2 Change-Id: I6553c4d1c70e5616f8cb3ec8fe6343c600a74462 Reviewed-by: Friedemann Kleint (cherry picked from commit 4162a46378528e21ca443dba2e5fdf68596af809) Reviewed-by: Qt Cherry-pick Bot --- src/gui/text/qfont.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp index eeb67903c5f..05225d1408f 100644 --- a/src/gui/text/qfont.cpp +++ b/src/gui/text/qfont.cpp @@ -921,12 +921,6 @@ int QFont::pointSize() const \li No hinting \endtable - \note Please be aware that altering the hinting preference on Windows is available through - the DirectWrite font engine. This is available on Windows Vista after installing the platform - update, and on Windows 7. In order to use this extension, configure Qt using -directwrite. - The target application will then depend on the availability of DirectWrite on the target - system. - */ /*!