Skip to content

KalaKit/KalaFont

Repository files navigation

KalaFont

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.


Links

Donate on PayPal

Official Discord server

Official Youtube channel


Docs

How to build from source

External libraries

Lost Empire Entertainment and KalaKit ecosystem

About

C++20 CLI for converting TTF and OTF to KFD for runtime use on Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published