Implement changing the font size for individual top level (OS) windows

This commit is contained in:
Kovid Goyal
2018-05-25 21:07:56 +05:30
parent b14c9614e0
commit df9eab279a
14 changed files with 152 additions and 74 deletions

View File

@@ -303,7 +303,7 @@ face_from_path(const char *path, int UNUSED index, FONTS_DATA_HANDLE fg UNUSED)
}
PyObject*
specialize_font_descriptor(PyObject *base_descriptor) {
specialize_font_descriptor(PyObject *base_descriptor, FONTS_DATA_HANDLE fg UNUSED) {
Py_INCREF(base_descriptor);
return base_descriptor;
}