1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-25 12:29:34 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Peter Evans
5fa696005d Slash character should be a forward slash 2018-03-06 00:28:52 -06:00
Peter Evans
4a4fd93d9d Inverse for last two glyphs; add inverse bitmap 2018-01-24 14:14:49 -06:00
Peter Evans
375b5a173f Add inverse font glyphs 2018-01-24 13:56:48 -06:00
Peter Evans
f073c0d007 Add new glyph grid files and rebuild bitmap 2018-01-24 13:05:35 -06:00
Peter Evans
dfbe0750ae In which I spent an evening plotting a bitmap font
The idea here is to eventually write something that can convert these
(very simple to edit) grid files into an image file which we can then
read parts from and copy onto the screen.

This is also a template for how we can implement other default typefaces
that may come with other platforms we may wish to emulate (for example,
C64).
2017-12-19 00:48:06 -06:00