PETSCII font

Miscellaneous Forums/General Discussion/PETSCII font

Hey ho there :P

I've got the C64 PETSCII font in binary. It's all fine and seems to be exactly what it should. Yet, there are problems. It is apparent now, from tests performed, that the way the characters are placed in the PETSCII font makes it useless in a terminal emulator. Yet, one may ask to have the letters positioned exactly where the C64 had them in the first place, for the specific purpose of having the fidelity of conversion and to be able to take C64 text and be able to display it within a terminal emulator that uses the said PETSCII font.

The PETSCII font comes in two templates; one is for lower case, and one is for upper case. Most of the characters from the upper case font is exactly the same as the lower case template, just placed at different areas. Also, characters 0 to 127 are plain, and from 128 to 255 they are reverse video. Both templates have the reverse video.

I've tought of bringing the two templates together and create one character set, cut a bit of the reverse video stuff, and reshuffle the characters, in a way that it would reflect the ASCII character position in a standard IBM font. Would you consider that still being a PETSCII font, but with standard IBM character order, or maybe a hybrid?

Your tought...

Well, I made a hybrid font. They mostly consist of PETSCII character and symbols, arranged in an ASCII way.

Have you been awake for 16+ hours?

I've been trying to make something similar but I'm stuck...and now it's been a few months since I looked at the code so now I'm stuck and confused lol

I'm doing this all on a Mac, and I'm trying to make a font utility that will do IBM ASCII, plus ATASCII (atari), Apple ][, and C64 fonts. It'd be nice to have those fonts for some of my re-hash projects.

I'd love to see your work to see how you've done!