Thun/implementations/uvm-ncc/font
Simon Forman 144e73ebc3 A different font.
It's easy enough to substitute a different font in the call to
Imagemagick's `convert` tool, but in the case of pixel fonts, it will
scale them, so you're not getting a proper bitmap of the pixels, you're
getting a kind of screenshot of the pixels.

I want to make a different machinery for bitmapped pixel fonts, and I
want to make a simple DEFINE-based way to pick them without having to
edit your source code,  e.g. #define font_data font_PublicPixel_22_data
yeah?

After that, simple affine transforms for fake 3D..
2023-02-28 06:53:31 -08:00
..
.gitignore I think I got it. 2023-02-26 10:01:40 -08:00
GNUmakefile A different font. 2023-02-28 06:53:31 -08:00
Inconsolata.otf Let's use uvm. 2023-02-26 07:53:47 -08:00
Inconsolata.ttf Let's use uvm. 2023-02-26 07:53:47 -08:00
convert.py A sort of blit. 2023-02-26 15:06:30 -08:00
font.h A different font. 2023-02-28 06:53:31 -08:00
make_txt_files.py Let's use uvm. 2023-02-26 07:53:47 -08:00