04-01-2011, 10:03 PM
britlion Wrote:Darkstar Wrote:Last it would be nice to
have a PutChar (8x8 pixels) at graphics coordinates in the library, clipping
supported for the edges of the screen and Attr supported and a routine with
Attr support stripped out of it.
Darkstar.
Please look here: <!-- l --><a class="postlink-local" href="http://www.boriel.com/forum/how-to-tutorials/topic468.html">how-to-tutorials/topic468.html</a><!-- l -->
And I think you might mean this: <!-- m --><a class="postlink" href="http://www.boriel.com/wiki/en/index.php/ZX_BASIC:HRprint.bas">http://www.boriel.com/wiki/en/index.php ... Rprint.bas</a><!-- m -->
Note there's quite a few snippets of code in the wiki library. I've been adding a lot of stuff of mine there.
Thank you. The HRPrint was something I was looking for, 1x1 or 8x8 pixels.
I can use this although it does not support clipping and the attr support
I can strip out myself if I want to. This comes in handy. Plus your routine.