Home
last modified time | relevance | path

Searched refs:PyFFFont_glyphs (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dpython.c16310 static PyObject *PyFFFont_glyphs(PyFF_Font *self, PyObject *args) { in PyFFFont_glyphs() function
18047 … { "glyphs", (PyCFunction) PyFFFont_glyphs, METH_VARARGS, "Returns an iterator over all glyphs" },