qt5base-lts/src/platformsupport
Tor Arne Vestbø e5e93345c5 UIKit: Don't populate font families with no matching fonts
[UIFont familyNames] will return a list of fonts that include the fonts
Telugu Sangam MN, Heiti SC, Heiti TC, and Bangla Sangam MN, but when
calling [UIFont fontNamesForFamilyName:] for these fonts we get an
empty list.

The problem appeared when we tried to then populate these fonts, as
CTFontDescriptorCreateMatchingFontDescriptors() would return a list
of font descriptors from the PingFang SC font when called with
NSFontFamilyAttribute = "Heiti SC". This is due to PingFang being a
replacement for Heiti in later iOS versions.

Task-number: QTBUG-50624
Change-Id: I22684e247d472c30775321b6976b3aeb6ea579f5
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
2016-06-14 10:38:01 +00:00
..
accessibility Fix missing "We mean it" in qtbase private headers 2015-10-01 21:09:05 +00:00
cglconvenience Fixed license headers 2015-02-17 18:46:09 +00:00
clipboard Cocoa: Allow pasting text from Qt apps to Mail 2016-05-18 19:09:55 +00:00
dbusmenu dbustray: Use separate D-Bus connections for each tray icon 2016-05-12 13:40:05 +00:00
dbustray dbustray: Use separate D-Bus connections for each tray icon 2016-05-12 13:40:05 +00:00
devicediscovery Remove linux only-dependency from devicediscovery 2016-05-19 10:15:32 +00:00
eglconvenience Compile Fix: unused variable in q_refreshRateFromFb() on non-linux 2016-05-25 11:45:10 +00:00
eventdispatchers Windows: Move GUI event dispatcher to QtPlatformSupport. 2015-11-14 18:22:01 +00:00
fbconvenience linuxfb: Support transparency 2016-05-09 15:56:20 +00:00
fontdatabases UIKit: Don't populate font families with no matching fonts 2016-06-14 10:38:01 +00:00
glxconvenience Update copyright headers 2015-02-11 06:49:51 +00:00
input evdev: Stop reading on ENODEV 2016-06-03 10:18:28 +00:00
linuxaccessibility Don't use QStringLiteral in comparisons 2016-01-28 18:00:47 +00:00
platformcompositor Fix clipRect interpretation in composited backingstores 2016-02-01 08:49:26 +00:00
services QtPlatformSupport: Remove virtual from declarations with override. 2016-01-21 07:17:18 +00:00
themes QtPlatformSupport: Remove virtual from declarations with override. 2016-01-21 07:17:18 +00:00
platformsupport.pro Platformsupport: Don't include dbus on darwin. 2016-06-01 02:30:27 +00:00