tgi_vectorchar takes now a char argument. Added tgi_install_vectorfont.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4454 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -76,7 +76,7 @@ struct tgi_vectorfont {
|
||||
|
||||
|
||||
|
||||
void __fastcall__ tgi_vectorchar (const unsigned char* Ops);
|
||||
void __fastcall__ tgi_vectorchar (char C);
|
||||
/* Draw one character of the vector font at the current graphics cursor
|
||||
* position using the current font magnification.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user