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
FIX: also include fonts from generic family in fallback
If we pass the generic family to `_findfont_cached` it will still only return 1
font. This is a problem if we need a glyph which is not in the first font in
the generic font list that is actually installed on the system.
This is not the most elegant code, but it works.
0 commit comments