DescriptionRemove the code which sorts and removes duplicates from the fallback font list
This causes wrong fallback fonts to be picked leading to text displaying badly.
To avoid duplicate fonts from being processed, the proposal is to use a set to track those
and skip them.
BUG=470397
Committed: https://crrev.com/46b2013e68f391dc8c82c12cb26f1053b63c12ec
Cr-Commit-Position: refs/heads/master@{#322320}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Add case insensitive comparison functionality to the set #
Total comments: 5
Patch Set 3 : Address comments. #
Total comments: 2
Patch Set 4 : Renamed variable #Messages
Total messages: 13 (2 generated)
|