-
-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
font-config: failed to resolve clusters like 3065,2686
Root cause is that font-config will try to find a single font that satisfies a query like `fc-list ':charset=2686 3065'`, but if that is impossible, there are no results. The resolution is to split the query up and look for each individual codepoint. refs: #4310
- Loading branch information
Showing
2 changed files
with
90 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters