Lines Matching refs:fhobject
16 } fhobject; typedef
25 fhobject *fhp; in newfhobject()
31 fhp = PyObject_New(fhobject, &Fhtype); in newfhobject()
41 fh_scalefont(fhobject *self, PyObject *args) in fh_scalefont()
52 fh_setfont(fhobject *self) in fh_setfont()
60 fh_getfontname(fhobject *self) in fh_getfontname()
73 fh_getcomment(fhobject *self) in fh_getcomment()
86 fh_getfontinfo(fhobject *self) in fh_getfontinfo()
106 fh_getwholemetrics(fhobject *self, PyObject *args)
112 fh_getstrwidth(fhobject *self, PyObject *args) in fh_getstrwidth()
134 fh_getattr(fhobject *fhp, char *name) in fh_getattr()
140 fh_dealloc(fhobject *fhp) in fh_dealloc()
150 sizeof(fhobject), /*tp_size*/