Pseudo pixels - Font

Since we do not have native C compilers on the Oric, this forum will be mostly be used by people using CC65 or the OSDK. But any general C related post will be welcome !
User avatar
rax
Flying Officer
Posts: 193
Joined: Tue Jul 24, 2018 3:16 pm

Pseudo pixels - Font

Post by rax »

Hi :)!
A little psuedo pixel experiment.

I tried to make a 3x4 pixel font in text mode.
Each letter is made from 2 characters.
Each character is 2x2 pseudo pixels or 3x4 normal pixels. This means that each letter consists of 4x4 pixels. So that the letters do not stick together every last column of pixels is empty.

Here are the characters from which letters are made:
charset.png
charset.png (672 Bytes) Viewed 2240 times

Here are the letters:
font.png
font.png (10.63 KiB) Viewed 2240 times

Screen:
Screenshot_20221106_192846.png

Code:
https://github.com/raxrax/oricOSDKAltFont3x4