12 lines
344 B
Bash
12 lines
344 B
Bash
#!/bin/bash
|
|
|
|
BASE_DIR=/home/nicwands/Documents/Dev/freelance/portfolio/braindrops.nicwands.com/app/
|
|
|
|
msdf-atlas-gen \
|
|
-font "$BASE_DIR"/fonts/InstrumentSerif-Italic.ttf \
|
|
-fontname 'instrument-serif' \
|
|
-imageout instrument-serif-atlas.png \
|
|
-json instrument-serif-atlas.json \
|
|
-pxrange 14 \
|
|
-dimensions 1024 1024 \
|
|
-errorcorrection auto
|