aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-04-29 08:23:05 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2024-04-30 07:15:44 +0200
commit86cb97000b2acf1185634f9f9bdaa023e685b969 (patch)
tree07deaa55d307895c52ff2808871db2b6b26b5fa1 /src/quick
parent7d7798eb6f61cffe4e5aeb8428892cb5ba616cd9 (diff)
doc: Update note about variable axes on Windows
Since Qt 6.8, the DirectWrite backend is the default, so we need to invert the warning. Change-Id: I7cb715f0d2fe86070f1c34c636647f957e41bd7b Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/items/qquicktext.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp
index b30084474d..3b37dd975b 100644
--- a/src/quick/items/qquicktext.cpp
+++ b/src/quick/items/qquicktext.cpp
@@ -1773,9 +1773,7 @@ QQuickText::~QQuickText()
By default, no variable axes are set.
- \note In order to use variable axes on Windows, the application has to run with either the
- FreeType or DirectWrite font databases. See the documentation for
- QGuiApplication::QGuiApplication() for more information on how to select these technologies.
+ \note On Windows, variable axes are not supported if the optional GDI font backend is in use.
\sa QFont::setVariableAxis()
//! [qml-font-variable-axes]