We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b296bf commit a41aaebCopy full SHA for a41aaeb
fonts/generate_text_font.sh
@@ -3,7 +3,6 @@
3
# This script generates XML file with bounding boxes for the plain font
4
# One input argument (font name) is expected when running this script
5
6
-scriptdir=$(dirname "$0")
7
fontfile="${1%.*}"
8
9
if [ -z "$1" ]
fonts/generate_woff.sh
@@ -14,7 +14,7 @@ woffFont=${font%.sfd}.woff
14
w=$(base64 $woffFont)
15
16
cat woff-1.txt > woff.xml
17
-echo $w >> woff.xml
+echo "$w" >> woff.xml
18
cat woff-2.txt >> woff.xml
19
20
# move woff to data folder
0 commit comments