Run ligaturizer via container
Create an output directory called /output
. Create and run the one time use container and get your new font from the /output
folder.
docker run --rm -v $(pwd)/your-font.ttf:/input -v $(pwd)/output:/output --user $(id -u) rfvgyhn/ligaturizer
docker run --rm -v "$($pwd.Path -replace '^|\\+','/' -replace ':')/your-font.ttf:/input" -v "$($pwd.Path -replace '^|\\+','/' -replace ':')/output:/output" rfvgyhn/ligaturizer
/input
The font to be ligaturized/output
Resulting ligaturized font directory
The following environment variables are available. The values show the defaults used if the var isn't specified.
PREFIX=
Prefix to be used when naming the new font (e.g. consola.ttf -> ligaturizedConsolas.ttf)OUTPUT_NAME=
Resulting font name (defaults to "fontName Ligaturized")
Ligaturized Consolas