PyObject *_args;
{
PyObject *_res = NULL;
- Style face;
+ StyleParameter face;
if (!PyArg_ParseTuple(_args, "h",
&face))
return NULL;
{
PyObject *_res = NULL;
CharParameter ch;
- if (!PyArg_ParseTuple(_args, "c",
+ if (!PyArg_ParseTuple(_args, "h",
&ch))
return NULL;
DrawChar(ch);
PyObject *_res = NULL;
short _rv;
CharParameter ch;
- if (!PyArg_ParseTuple(_args, "c",
+ if (!PyArg_ParseTuple(_args, "h",
&ch))
return NULL;
_rv = CharWidth(ch);
{"TextFont", (PyCFunction)Qd_TextFont, 1,
"(short font) -> None"},
{"TextFace", (PyCFunction)Qd_TextFace, 1,
- "(Style face) -> None"},
+ "(StyleParameter face) -> None"},
{"TextMode", (PyCFunction)Qd_TextMode, 1,
"(short mode) -> None"},
{"TextSize", (PyCFunction)Qd_TextSize, 1,