collapseos/fonts
Virgil Dupras fb2117dc2e sms/vdp: use fonts from kernel/fnt
Instead of its own version of one. Additionally, add a 7x7 font to
the collection.
2020-01-07 22:15:35 -05:00
..
3x5.txt recipes/ti84: use a 3x5 font instead of a 5x7 one 2019-11-11 13:26:24 -05:00
5x7.txt Rewrite font_compile.pl to C 2020-01-07 18:26:40 -05:00
7x7.txt sms/vdp: use fonts from kernel/fnt 2020-01-07 22:15:35 -05:00
README.md recipes/ti84: first step 2019-11-07 11:52:29 -05:00

README.md

fonts

This folder contains bitmap fonts that are then converted to ASM data tables.

The format for them is straightforward: dots and spaces. Each line is a line in the letter (for example, in a 6x8 font, each character is 8 lines of 6 characters each, excluding newline).

They cover the 0x21 to 0x7e range and are placed sequentially in the file.

Dots and spaces allow easy visualisation of the result and is thus rather handy.

Padding is excluded from fonts. For example, 5x7.txt is actually a 6x8 font, but because characters are always padded, it's useless to keep systematic blank lines or rows around.