Use PropertyFile for fonts

This commit is contained in:
wmayer
2013-06-11 22:31:15 +02:00
parent ef104af13d
commit 7e792ef761
2 changed files with 1 additions and 2 deletions

View File

@@ -329,7 +329,6 @@ static PyObject * makeWireString(PyObject *self, PyObject *args)
float height;
int track = 0;
const char* text;
Py_UNICODE *unichars;
Py_ssize_t pysize;