Commodore 64 font added to Simulator

C64 font and an example how to use it added to repository (check HelloWorld target)

8 Likes

Shouldnt it be 64 K ? You know as in commodore 64 :yum:

1 Like

I think the space character is not 8 pixels? looks like 6 to me. And the line height doesn’t seem right either? The whole thing doesn’t fit in 8*8 grid

You can fix the space problem by setting:
game.display.charSpacingAdjust = 0;

Edit: And this too:
game.display.fixedWidthFont = true

1 Like

however the font is still displaying 9 pixels high instead of 8.

2 Likes

Yea, I found that out also. I will update some changes to the repo that allow you to adjust vertical spacing as well