Added font for brahmi
This commit is contained in:
parent
7fdb522e68
commit
11aafbe651
3 changed files with 74 additions and 32 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue