qt6-bb10/src/platformsupport
Konstantin Ritt 9f7bc42b7d Fix QFontconfigDatabase unable to fallback to a localized family
When populating the font database, FcPatternGetString(FC_FAMILY) gets
a localized font family name; but, in fallbacksForFamily, it gets
a non-localized font family name, so it unable to find the proper font to fallback.
Simply register all family name variants as aliases to localized name
and make sure they are checked when getting fallback families.

Task-number: QTBUG-28806
Task-number: QTBUG-30415

Change-Id: I71c03ae9b51a28736c2576f3442f1bbdb3497c09
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: jian liang <jianliang79@gmail.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
2013-04-11 00:03:22 +02:00
..
cfsocketnotifier iOS: Implement socket notifiers. 2013-02-27 23:56:10 +01:00
cglconvenience Enforce OpenGL context creation under Cocoa 2013-02-23 01:34:06 +01:00
devicediscovery Introducing the Qt Android port 2013-03-05 08:31:23 +01:00
dnd Remove unused private members 2013-03-23 01:56:06 +01:00
eglconvenience Merge branch 'dev' into stable 2013-03-20 13:49:28 +01:00
eventdispatchers Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
fbconvenience Style fixes for android enablers 2013-02-27 18:02:34 +01:00
fontdatabases Fix QFontconfigDatabase unable to fallback to a localized family 2013-04-11 00:03:22 +02:00
glxconvenience Pass the surface format to qglx_surfaceFormatFromGLXFBConfig 2013-02-23 12:56:05 +01:00
input Merge branch 'dev' into stable 2013-03-20 13:49:28 +01:00
jniconvenience Fixed android-no-sdk build by excluding platformsupport/jniconvenience. 2013-03-07 09:18:53 +01:00
linuxaccessibility Make QTextCursor accessibility boundary finder available 2013-04-08 11:35:44 +02:00
services Remove QT_{BEGIN,END}_HEADER macro usage 2013-01-29 01:06:04 +01:00
themes Merge remote-tracking branch 'origin/stable' into dev 2013-03-06 14:38:07 +01:00
platformsupport.pro Added JNI convenience classes in QtPlatformSupport. 2013-03-05 18:41:30 +01:00