add CFontz633_cellwidth() and CFontz633_cellheight() functions so that

CFontz633 and CFontzPacket return the correct cell dimensions to clients
This commit is contained in:
marschap
2005-06-04 12:40:17 +00:00
parent 09937f0edd
commit 8cd909baf9
3 changed files with 55 additions and 5 deletions
+2
View File
@@ -20,6 +20,8 @@ MODULE_EXPORT int CFontz633_init (Driver *drvthis, char *device);
MODULE_EXPORT void CFontz633_close (Driver *drvthis);
MODULE_EXPORT int CFontz633_width (Driver *drvthis);
MODULE_EXPORT int CFontz633_height (Driver *drvthis);
MODULE_EXPORT int CFontz633_cellwidth (Driver *drvthis);
MODULE_EXPORT int CFontz633_cellheight (Driver *drvthis);
MODULE_EXPORT void CFontz633_clear (Driver *drvthis);
MODULE_EXPORT void CFontz633_flush (Driver *drvthis);
MODULE_EXPORT void CFontz633_string (Driver *drvthis, int x, int y, char string[]);