ManimCommunity / ManimPango

Binding for Pango, to use with Manim.
https://manimpango.manim.community
MIT License
41 stars 13 forks source link

`register_font` broken on Windows with Pango 1.50.12 + Cairo 1.17.6 #96

Open naveen521kk opened 1 year ago

naveen521kk commented 1 year ago

Looks like Pango by default switched to the Dwrite backend, which means our previous method to add a font file into system fonts is not possible. See https://github.com/GNOME/pango/commit/3c947ecb260977724f2e53a3379df88b26713d1a Test suite failure: https://github.com/ManimCommunity/ManimPango/actions/runs/3572206031/jobs/6143567659#step:5:166

naveen521kk commented 1 year ago

Upstream issue: https://gitlab.gnome.org/GNOME/pango/-/issues/720