add a font demo

This commit is contained in:
2020-10-21 00:28:28 +02:00
parent 562c6baddc
commit aa20959d82
7 changed files with 836 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.PHONY: run
run: a.out
./a.out > font.csn
a.out: convert.c font.xbm
cc convert.c