KalaFont compiles .ttf and .otf fonts into .kfd (kalafontdata) - a runtime-ready bitmap or per-glyph binary of vertices, indices, uvs and other relevant data related to the font that was passed. Locks to one base height and strips out all metadata of the original font file.
KalaFont uses FreeType to help with font parsing but the runtime-ready binary or its importer header no longer requires FreeType. Use the importer to import the binary to your target executable.
This cli was built with the help of the KalaCLI library.
This project relies on several external dependencies, they are not shipped inside this project, please make sure you have that repository cloned into a folder inside the same parent directory as this project folder before compiling this project from source.