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.2 6.5 6.6
Change-Id: I6553c4d1c70e5616f8cb3ec8fe6343c600a74462
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2023-11-22 12:08:57 +01:00
parent b4738ebb1e
commit 4162a46378

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