qt6-bb10/src
Eskil Abrahamsen Blomfeldt 6bd85d4a27 Fix color fonts with DirectWrite backend
The logic to detect color fonts in the GDI font database was never
implemented in the DirectWrite database, causing emojis to look
monochrome. The patch moves this into the font engine itself instead,
along with the other initialization code.

Pick-to: 6.7
Fixes: QTBUG-122168
Change-Id: I6f5dad579bd987149e613b8071821aaf70a89bc2
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2024-02-26 16:25:17 +01:00
..
3rdparty PCRE2: upgrade to 10.43 2024-02-19 23:48:13 +01:00
android Android: run runAction() actions in onPause state 2024-02-26 07:38:05 +00:00
assets Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_module 2024-02-09 23:00:04 +01:00
concurrent Doc: Qt Concurrent: Fully qualify \typedef documentation 2024-02-13 08:13:57 +00:00
corelib corelib: settings - make qsettings.cpp unity buildable 2024-02-26 04:16:17 +00:00
dbus QDBusIntrospection: make DiagnosticsReporter safe to use 2024-02-22 16:57:17 +01:00
entrypoint
gui Fix color fonts with DirectWrite backend 2024-02-26 16:25:17 +01:00
network Network: includemocs 2024-02-23 20:41:30 +01:00
opengl Refix invalid glTexImage2D operation in FramebufferObject 2024-02-09 15:26:21 +01:00
openglwidgets QOpenGLWidget: Call glClear in the default paintGL implementation 2023-09-04 11:46:29 +02:00
platformsupport Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_module 2024-02-09 23:00:04 +01:00
plugins SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOW 2024-02-26 14:43:10 +01:00
printsupport Remove extra semi-colons 2024-02-06 20:17:18 +09:00
sql SQL/SQLite: handle option SQLITE_OPEN_NOFOLLOW 2024-02-26 14:43:10 +01:00
testlib Change license in files to avoid LGPL and non-LGPL license mix 2024-02-20 16:22:28 +01:00
tools PCRE2: upgrade to 10.43 2024-02-19 23:48:13 +01:00
widgets Text widgets: document find() behavior with QRegularExpression 2024-02-26 01:31:07 +01:00
xml QDom: give name to all anonymous parameters as well as too generic ones 2024-02-08 14:40:04 +00:00
CMakeLists.txt