forked from mtcontrib/display_modpack
463 B
463 B
Mod maker for FontAPI
This tool makes font mods out of a true type font file.
lua <params.lua> <font_file>
Installation
This tool needs some aditional programs:
luato be able to launch it from command lineimagemagickto process images and build texturefonttoolsandxmlstarletto analyse true type font
On Debian like distros, these could be installing issuing:
apt install lua5.4 imagemagick fonttools xmlstarlet