mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -103,7 +103,7 @@ new(PyTypeObject *type, PyObject *args, PyObject UNUSED *kwds) {
|
||||
char *path;
|
||||
int error, hinting, hintstyle;
|
||||
long index;
|
||||
unsigned int size_in_pts, xdpi, ydpi;
|
||||
float size_in_pts, xdpi, ydpi;
|
||||
if (!PyArg_ParseTuple(args, "sliifff", &path, &index, &hinting, &hintstyle, &size_in_pts, &xdpi, &ydpi)) return NULL;
|
||||
|
||||
self = (Face *)type->tp_alloc(type, 0);
|
||||
|
||||
Reference in New Issue
Block a user