fs-os / font-converter

Converts a 8x7 font to 10x8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font converter

Converts a (y: 8, x: 7) font to a (y: 10, x: 8).

Building

$ git clone https://github.com/fs-os/font-converter
$ cd font-converter
$ make
...

$ make run
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"  /* NULL */
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"  /* NULL */
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"  /* NULL */
...

About

Converts a 8x7 font to 10x8

License:GNU General Public License v3.0


Languages

Language:C 98.7%Language:Makefile 1.3%