1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-15 16:45:35 +02:00
Files
display_modpack/font_api/tools
Pierre-Yves Rollo cf7c962487 wip
2025-10-11 11:59:00 +02:00
..
wip
2025-10-11 11:59:00 +02:00
wip
2025-10-04 13:29:05 +02:00
wip
2025-10-11 11:59:00 +02:00
wip
2025-10-11 11:59:00 +02:00

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:

  • lua to be able to launch it from command line
  • imagemagick to process images and build texture
  • fonttools and xmlstarlet to analyse true type font

On Debian like distros, these could be installing issuing:

apt install lua5.4 imagemagick fonttools xmlstarlet