Page 1 of 1

Fonts

Posted: Thu Oct 07, 2021 3:29 pm
by freshlamb
I'm not sure if this is the right place for this, move if needed.

I thought it would be nice to have a repository of fonts for the Vic.

So here are a few on a D64. They are the full 256 characters starting at 6144 to 8196. You will need 8K expansion and may have to juggle memory or the characters around for your projects. But as they are, just load the file (,8,1) and POKE 36869,206 to see the new font. Here are 9 fonts to start. Add your fonts if you would like,

http://www.rufnoiz.com/ajkj/Fonts.zip

Re: Fonts

Posted: Thu Oct 07, 2021 3:47 pm
by chysn
This is a good idea. I've made quite a few VIC-20 fonts for games, and they were a lot of work. It always seemed a shame for them to be one-time-use things.

Re: Fonts

Posted: Thu Oct 07, 2021 4:01 pm
by Mike
freshlamb wrote:You will need 8K expansion [...]
Not necessarily. :wink:

After lowering the roof with POKE55,0:POKE56,22:CLR and POKE648,22:SYS58648 which moves the screen to 5632 ($1600), the font files can be loaded to $1800 with ",8,1" (in direct mode, use NEW afterwards to correct the BASIC pointers). Then, POKE36869,222 activates the new font. On an unexpanded VIC-20, ?FRE(0) shows 1533 bytes free (4605 with a +3K RAM expansion).

Nice fonts! 8)