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: I0d32c06c3507664ecd5b1bc3ae3fcabeedee12b7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>bb10
parent
ac4920b5c0
commit
9928ebd26a
|
|
@ -2435,9 +2435,7 @@ std::optional<QFont::Tag> QFont::Tag::fromString(QAnyStringView view) noexcept
|
|||
|
||||
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 unsetVariableAxis
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue