Fix for fontconfig 2.9 behavior change
authorJiang Jiang <jiang.jiang@nokia.com>
Thu, 22 Mar 2012 12:14:24 +0000 (13:14 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 26 Mar 2012 07:12:05 +0000 (09:12 +0200)
commit3c3c445dafc2e0d6ef2af1b9af17a66484131cbc
tree66d0bdc422561bff706154d3b54fde1510e34714
parentcb33c3b2b64db43b81d81cf56fe1b2b0155a2839
Fix for fontconfig 2.9 behavior change

Start from 2.9, fontconfig will reset the result to FcResultNoMatch at
the beginning of FcFontSort().

According to
http://lists.freedesktop.org/archives/fontconfig/2012-March/003857.html
the result value of FcFontSort() can be ignored, checking the nfont
value of the fontset returned is sufficient.

The fix works for pre-2.9 versions as well, since those versions don't
touch the result at all.

Change-Id: Iba6c1157e314088a90867292a4bd970bb873e284
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp