diff --git a/manimpango/register_font.pxd b/manimpango/register_font.pxd index b9b64c61..176a5753 100644 --- a/manimpango/register_font.pxd +++ b/manimpango/register_font.pxd @@ -1,6 +1,7 @@ from libc.stddef cimport wchar_t + cdef extern from "Python.h": wchar_t* PyUnicode_AsWideCharString( object unicode,