commit | 1d4ec0a1ad4998c32c6a28ff4b85000553ff686d | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Wed Apr 29 11:32:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 29 11:32:57 2015 -0700 |
tree | af414df0ccdc246f5ecce5f07a57f63b2598d934 | |
parent | fa2008ff6ee5963fc2566b20c1af39367b77bdf7 [diff] |
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