Windows: Remove "experimental" sticker for DirectWrite engine
This engine has been regarded "experimental" for a long time, but it is in active use by some applications and rather stable. While if may be replaced by FreeType at some point, if support for Microsoft's colored fonts is introduced there, at this point it really doesn't make sense to call it "experimental" anymore. Change-Id: I038d71b121e90bd7b4dbc6d0afa7b14c9b824b08 Reviewed-by: Andy Shaw <andy.shaw@digia.com>
This commit is contained in:
parent
ce0d3f4e72
commit
255ecba269
@ -184,10 +184,6 @@ namespace {
|
|||||||
database uses most of the same logic but creates a direct write
|
database uses most of the same logic but creates a direct write
|
||||||
font based on the LOGFONT rather than a GDI handle.
|
font based on the LOGFONT rather than a GDI handle.
|
||||||
|
|
||||||
The engine is currently regarded as experimental, meaning that code
|
|
||||||
using it should do substantial testing to make sure it covers their
|
|
||||||
use cases.
|
|
||||||
|
|
||||||
Will probably be superseded by a common Free Type font engine in Qt 5.X.
|
Will probably be superseded by a common Free Type font engine in Qt 5.X.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1990,7 +1990,7 @@ bool Configure::displayHelp()
|
|||||||
desc("QML_DEBUG", "no", "-no-qml-debug", "Do not build the in-process QML debugging support.");
|
desc("QML_DEBUG", "no", "-no-qml-debug", "Do not build the in-process QML debugging support.");
|
||||||
desc("QML_DEBUG", "yes", "-qml-debug", "Build the in-process QML debugging support.\n");
|
desc("QML_DEBUG", "yes", "-qml-debug", "Build the in-process QML debugging support.\n");
|
||||||
desc("DIRECTWRITE", "no", "-no-directwrite", "Do not build support for DirectWrite font rendering.");
|
desc("DIRECTWRITE", "no", "-no-directwrite", "Do not build support for DirectWrite font rendering.");
|
||||||
desc("DIRECTWRITE", "yes", "-directwrite", "Build support for DirectWrite font rendering (experimental, requires DirectWrite availability on target systems, e.g. Windows Vista with Platform Update, Windows 7, etc.)\n");
|
desc("DIRECTWRITE", "yes", "-directwrite", "Build support for DirectWrite font rendering (requires DirectWrite availability on target systems, e.g. Windows Vista with Platform Update, Windows 7, etc.)\n");
|
||||||
|
|
||||||
desc("DIRECT2D", "no", "-no-direct2d", "Do not build the Direct2D platform plugin.");
|
desc("DIRECT2D", "no", "-no-direct2d", "Do not build the Direct2D platform plugin.");
|
||||||
desc("DIRECT2D", "yes", "-direct2d", "Build the Direct2D platform plugin (experimental,\n"
|
desc("DIRECT2D", "yes", "-direct2d", "Build the Direct2D platform plugin (experimental,\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user