FontConfig character/lang match requires weak family.
authorbungeman <bungeman@google.com>
Wed, 29 Apr 2015 18:32:57 +0000 (11:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Apr 2015 18:32:57 +0000 (11:32 -0700)
commit1d4ec0a1ad4998c32c6a28ff4b85000553ff686d
treeaf414df0ccdc246f5ecce5f07a57f63b2598d934
parentfa2008ff6ee5963fc2566b20c1af39367b77bdf7
FontConfig character/lang match requires weak family.

In FontConfig the normal priority order of matches is character, family,
language; however family can be marked as weak which changes the order to
character, language, family. This is what is desired in
matchFamilyStyleCharacter.

Review URL: https://codereview.chromium.org/1118553002
src/ports/SkFontMgr_fontconfig.cpp