@fable/msdf-bmfont-xml

v2.6.0
Creates a BMFont compatible bitmap font of Signed-Distance Fields from a font file
bmfont bitmap font text fonts signed distance field glyph and 5 more...

debug

cd test/assets/fonts && node --inspect-brk=9229 ../../../cli.js -f json -o font -u -m 512,256 -t msdf -s 42 -r 5 -p 2 --smart-size --pot ../../../assets/fonts/DIN_CB.ttf

test

npm run test:disk && npm run test:memory

test:disk

cd test/assets/fonts && node ../../../cli.js -f xml -o DIN_CB -v -u -m 512,256 -t msdf -s 42 -r 4 -p 2 --smart-size --pot ../../../assets/fonts/DIN_CB.ttf

test:memory

node test/test_memory.js

test:rtl

cd test/assets/fonts && node ../../../cli.js -f xml -o Iransans -i ../../../assets/charset/charset.persian.txt -v -u -m 512,256 -t msdf -s 42 -r 4 -p 2 --smart-size --pot ../../../assets/fonts/Iransans.ttf

test:save

cd test/assets/fonts && node ../../../cli.js -o DIN_CB -u -m 512,256 --smart-size --pot ../../../assets/fonts/DIN_CB.ttf

test:reuse

cd test/assets/fonts && node --inspect-brk=9229 ../../../cli.js -u DIN_CB.cfg ../../../assets/fonts/FiraSansMedium.woff

render

npm run test:disk && node test/test.js

version

standard-version
npm i @fable/msdf-bmfont-xml

Metadata

  • MIT
  • Whatever
  • YM Shen
  • released 2/14/2022

Downloads