robhagemans / monobit

Tools for working with monochrome bitmap fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Draw Font Not Working

cheznewa opened this issue · comments

The YAFF Working But DRAW Not Working For The Majoritary, But A Tiny Pretty Working.
A Error Out Is :::: ERROR: tuple.index(x): x not in tuple

You Can Fix It?

with python 3.9 on cygwin.

Please provide enough information to reproduce the problem - I would need the draw file where the problem occurs and the command you're giving, without it there i no way I can find out what went wrong for you. Also, what version of monobit are you using?

I use the last version (with a git clone ...) and i you say for example the SAA5050.draw return me ERROR: tuple.index(x): x not in tuple with banner and convert

But Datapoint-8600.draw Is Working.

Thanks! I can reproduce the issue. The files which are not working have an extra newline between the label and the glyph definition, and after some change at some point the converter can't deal with that anymore. I should be able to fix that.

Thanks for taking the time to report the problem.

.@@@@@.@..................@..........@...@...............@..
...@...@..................@..........@...@...............@..
...@...@@@@...@@@..@@@@...@..@........@.@...@@@..@...@...@..
...@...@...@.....@.@...@..@.@..........@...@...@.@...@...@..
...@...@...@..@@@@.@...@..@@...........@...@...@.@...@...@..
...@...@...@.@...@.@...@..@.@..........@...@...@.@...@......
...@...@...@..@@@@.@...@..@..@.........@....@@@...@@@@...@..
............................................................
............................................................

It's Working!

Great!