aboutsummaryrefslogtreecommitdiff
path: root/font_api/tools/make_font_textures.sh
diff options
context:
space:
mode:
authorPierre-Yves Rollo <dev@pyrollo.com>2018-07-08 20:36:34 +0200
committerPierre-Yves Rollo <dev@pyrollo.com>2018-07-08 20:36:34 +0200
commitc6cad702bcea7f7836153b9b7f6ad847e3bd605e (patch)
tree3c571f40c56ad1bd97f306c02a25eee1bc0c2d33 /font_api/tools/make_font_textures.sh
parent23bcd7019986c5a943baad30cd73034f88079394 (diff)
downloaddisplay_modpack-c6cad702bcea7f7836153b9b7f6ad847e3bd605e.tar.gz
display_modpack-c6cad702bcea7f7836153b9b7f6ad847e3bd605e.tar.bz2
display_modpack-c6cad702bcea7f7836153b9b7f6ad847e3bd605e.zip
Creation of Font class and code update accordingly
Diffstat (limited to 'font_api/tools/make_font_textures.sh')
-rwxr-xr-xfont_api/tools/make_font_textures.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/font_api/tools/make_font_textures.sh b/font_api/tools/make_font_textures.sh
index 6f4959d..4a3191c 100755
--- a/font_api/tools/make_font_textures.sh
+++ b/font_api/tools/make_font_textures.sh
@@ -67,7 +67,7 @@ generate() {
mkdir textures
# Reads all available code points in the font.
-codepoints=$(ttx -o - $fontfile | grep "<map code=" | cut -d \" -f 2)
+codepoints=$(ttx -o - "$fontfile" | grep "<map code=" | cut -d \" -f 2)
# Mandatory chars
generate 0020 007f