Working on the TGI API, adding vector fonts. Only roughly tested!
git-svn-id: svn://svn.cc65.org/cc65/trunk@4432 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -70,6 +70,19 @@ struct tgi_vectorfont {
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
void __fastcall__ tgi_vectorchar (const unsigned char* Ops);
|
||||
/* Draw one character of the vector font at the current graphics cursor
|
||||
* position using the current font magnification.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* End of tgi-vectorfont.h */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user