qt5base-lts/tests/auto/gui/text/qcssparser
Eskil Abrahamsen Blomfeldt 4959e6af8e Support specifying fallbacks in font request on QPA
Because the QPA font database would query fallback families inside
findFont(), support for requesting multiple font families in order
of preference (like QFont("Times New Roman, Arial")) did not work,
because the Arial fallback was never attempted. To fix this, we
pass in the queried fallbacks and make sure they are tried before
any platform specific fallbacks.

Task-number: QTBUG-20986
Change-Id: Idb2b717856f013ce2874f00a8debaff60176d2fc
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
2012-05-16 04:24:58 +02:00
..
testdata/scanner Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
.gitignore Moved gui autotests into new directory structure 2011-09-01 10:59:49 +02:00
qcssparser.pro gui: eliminated usage of qttest_p4.prf 2011-10-25 07:19:31 +02:00
tst_qcssparser.cpp Support specifying fallbacks in font request on QPA 2012-05-16 04:24:58 +02:00