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 <Friedemann.Kleint@qt.io>
(cherry picked from commit 4162a46378528e21ca443dba2e5fdf68596af809)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2023-11-22 12:08:57 +01:00 committed by Qt Cherry-pick Bot
parent 10d88ca9db
commit ab868f18b0

View File

@ -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.
*/
/*!