You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issues is a reminder to eventually implement the TODO language-sensitive font matching rules:
Yes, that's it. You can find some examples in the substitutions_table.go file.
What is missing to implement language substitutions properly is :
inferring the languages supported by a font from its rune coverage : fontconfig does it by using a rune set for each common language (based on text samples), and testing for the inclusion of the language set into the font runes set. It requires a bit more work, that's why I haven't included it in this PR.
adding a language parameter in the Query type, which must be set by the toolkits
This issues is a reminder to eventually implement the TODO language-sensitive font matching rules:
Originally posted by @benoitkugler in #63 (comment)
The text was updated successfully, but these errors were encountered: