Added font for brahmi

This commit is contained in:
Willem Cazander 2022-02-11 16:27:00 +01:00
parent 7fdb522e68
commit 11aafbe651
3 changed files with 74 additions and 32 deletions

View file

@ -4,9 +4,10 @@
"description": "Convert font data to XML intermediate.",
"private": true,
"scripts": {
"start": "npm run-script conv0 && npm run-script conv1",
"start": "npm run-script conv0 && npm run-script conv1 && npm run-script conv2",
"conv0": "node conv-font.js ../main-gdxapp/assets/font/code2000.ttf > bin/code2000.xml",
"conv1": "node conv-font.js ../main-gdxapp/assets/font/free-sans.ttf > bin/free-sans.xml",
"conv2": "node conv-font.js ../main-gdxapp/assets/font/noto-sans-brahmi.ttf > bin/noto-sans-brahmi.xml",
"debug": "node conv-font.js ../main-gdxapp/assets/font/free-sans.ttf"
},
"dependencies": {