[cc65] Tgi circle and font size magnification

From: Karri Kaksonen <karri1sipo.fi>
Date: 2009-10-27 19:32:20
While we are discussing future tgi stuff.

The circle command is really useless. Could it be removed?

The textstyle function could be removed also
void __fastcall__ tgi_textstyle (unsigned char magx, unsigned char magy, 
unsigned char dir);

Replace it with
void __fastcall__ tgi_fontsize (int magx, int magy);

magx = $0100 means no scaling
magx = $0200 means double the width
magx = $0080 means half the width

The height is similar for magy.

--
Karri

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Oct 27 19:32:33 2009

This archive was generated by hypermail 2.1.8 : 2009-10-27 19:32:36 CET