romeovs/creep

Cannot be compiled to json with ttystudio

sheldonth opened this issue · 3 comments

Perhaps an issue with vendor code, but creep cannot be compiled to json format by the toolset in ttystudio https://github.com/chjj/ttystudio#choosing-a-new-font-for-your-terminal-recording

It would be very nice to use this font for terminal recording, and drawing from it's json pixel format. It seems as though this script cannot find the glyphs properly. I have used this script on other bdf formatted fonts and it's always worked.

vendor/pxxl.js:755
     var bitmap = glyph.bitmap;
                       ^
TypeError: Cannot read property 'bitmap' of undefined

Feel free to close if this issue is a 'can't care, other guys script problem' type nit.

Since the actual error is in pxxl.js, that repo is https://github.com/remcoder/Pxxl.js in fact.

I'm sorry I didn't answer yet! I'll look into it soon!

Any progress on this? I'm not using ttystudio so I cannot really help you. Did you create an issue in the Pxxl repo?