Skip to content

KalaKit/KalaFont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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.


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 files to the .kfd format for runtime use on Windows and Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages