Re: [cc65] tgi_outtext, one more question :)

From: Karri Kaksonen <karri1sipo.fi>
Date: 2009-10-30 10:52:41
Ullrich von Bassewitz wrote:
> may actually become
>
>     void __fastcall__ tgi_textstyle (unsigned magwidth,
>                                      unsigned magheight,
>                                      unsigned char dir);
>     /* Set the style for text output. */
>
> using 8.8 fixed point values as scaling factors. However, this would have no
> consequences for the driver, since the wrapper will pass rounded values to the
> driver, but use the exact values for the vector fonts.
>
> Regards
>
>
>         Uz
>
>
>   


Drivers that cannot have smooth scaling could use the high byte only 
$01XX $02XX ... while targets capable of smooth scaling could use the 
exact size $0112.

--
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 Fri Oct 30 10:52:53 2009

This archive was generated by hypermail 2.1.8 : 2009-10-30 10:52:55 CET