Ullrich von Bassewitz wrote: > On Tue, Oct 27, 2009 at 08:32:20PM +0200, Karri Kaksonen wrote: > >> The circle command is really useless. Could it be removed? >> > > Why do you think that? > I don't see it as a very useful feature. Drawing polygons of splines would make more sense. I also usually need areas to be filled with some color. Anyway, I have not found this routine to be useful and still it takes space in every tgi implementation. >> The textstyle function could be removed also >> void __fastcall__ tgi_textstyle (unsigned char magx, unsigned char magy, >> unsigned char dir); >> > > Again, why you you think that? > Because I would like to let the scrolling text fade into the horizon in a smooth animation. There are lots of text effects that could be handled with smooth scaling. Star Wars intro is a nice one I can think of. At least the Lynx is only used for games. I do not need readable text. A word with a heartbeat that makes it pulsate is much more interesting. So I think about some simple tools to scale text up or down smoothly. In the current tgi_textstyle I just get twice the size or three times the size - no smooth size changes. >> magx = $0080 means half the width >> > > Most machines use an 8x8 font, and halving either X or Y would make it > unreadable. > True. So does the Lynx. > Regards > > > Uz > > > ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Wed Oct 28 06:12:24 2009
This archive was generated by hypermail 2.1.8 : 2009-10-28 06:12:27 CET