/uc-fontgen

A microchip font generator

Primary LanguageCGNU General Public License v2.0GPL-2.0

uc-fontgen

Renders a freetype font as an 8x8 bitmap encoded as a C array.

Dependencies

freetype

Building

Just run make

Usage

uc-fontgen [-d] /path/to/font > bitmap.c

If -d is provided, ASCII images of each character will be printed to stderr.