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
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
libgdiplus does not consider font fallbacks for text rendering, often breaking multilingual display (bz#39418). According to the cairo folks, to handle fallbacks without using pango, you must do it yourself with fontconfig. Mixed scripts are really not that rare in current usage, and using pango does solve the fallback issue. Please consider making the pango support a bit more supported, even default.