We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67ce18 commit c37b9cdCopy full SHA for c37b9cd
src_c/font.c
@@ -1444,6 +1444,7 @@ MODINIT_DEFINE(font)
1444
c_api[0] = &PyFont_Type;
1445
c_api[1] = PyFont_New;
1446
c_api[2] = &font_initialized;
1447
+ apiobj = encapsulate_api(c_api, "font");
1448
if (PyModule_AddObjectRef(module, PYGAMEAPI_LOCAL_ENTRY, apiobj)) {
1449
Py_DECREF(module);
1450
return NULL;
0 commit comments