Convttf - TTF to FNT font converter for Rockbox firmware.
Source of this tool was taken from GitHub mirror of Rockbox's repository.
Unfortunately, project's main Makefile is quite outdated. This repo contains an updated cmake project and can be built on modern systems.
- Clone the repo
- Generate build environment with
cmake .(optionally prepend-DCMAKE_BUILD_TYPE=Releaseargument for release build) - Build the binary with
cmake --build .