ManimCommunity / ManimPango

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

Don't use copy module in `list_fonts()` #82

Closed naveen521kk closed 2 years ago

naveen521kk commented 2 years ago

It's useless because Cython is capable of handling c-strings which shouldn't be modified. Initially, I thought that wasn't the case but reading the docs I could see it's not needed. https://cython.readthedocs.io/en/stable/src/tutorial/strings.html#dealing-with-const