romeovs / creep

a pretty sweet 4px wide pixel font.
MIT License
1.82k stars 29 forks source link

Cannot be compiled to json with ttystudio #11

Open sheldonth opened 8 years ago

sheldonth commented 8 years ago

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.

sheldonth commented 8 years ago

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

romeovs commented 8 years ago

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

romeovs commented 8 years ago

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