Re: [cc65] TGI bitmap fnts revisited

From: Karri Kaksonen <karri1sipo.fi>
Date: 2011-07-12 22:52:23
On 07/11/2011 11:06 PM, Ullrich von Bassewitz wrote:
> Hi!
>
> On Sun, Jul 10, 2011 at 01:57:36PM +0200, Oliver Schmidt wrote:
>> I'll soon submit a new routine to the TGI Demo that does a little
>> bitmap font text output and that visualizes the
>> lower-left-corner-origin approach both for horizontal and vertical
>> text. However for some reson it doesn't do font scaling ;-))
> Should work now - give it a try.
>
> Regards
>
>
>          Uz
>
>

I would also like to test this on the Lynx. The Lynx is also capable of 
scaling bitmap fonts with fractional sizes. Every bitmap can be scaled 
with a 16 bit integer.
  $0100 means 1:1.
  $0200 means 2:1

I know the tgi is meant to be simple and compatible with all platforms. 
So fractional scaling of bitmap fonts is already built into the Lynx 
hardware and naturally it would be cool to be able to support it.

Could the TXTMAGX TXTMAGY values be scaled up? We could have $10 as 1:1 
and $20 as magnify by 2

Using a byte to simply multiply the size by two or three is not very usable.
--
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 Jul 12 22:52:45 2011

This archive was generated by hypermail 2.1.8 : 2011-07-12 22:52:48 CEST