1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-01 05:29:31 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Peter Evans
8bbe337643 Move open apple to index 0 2018-01-24 15:05:29 -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
aefe74cae4 Use BMP format, since SDL can load it natively.
(Vs. needing to install SDL_image just for the font files.)
2017-12-19 16:13:04 -06:00
Peter Evans
6db322ae5c I wrote a tool to build fonts from grid files.
This commit also adds the first such output, which is the apple II
system font.
2017-12-19 15:28:42 -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