cwensley / pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
MIT License
315 stars 21 forks source link

XBin "512 char" support #9

Closed rswindell closed 3 years ago

rswindell commented 6 years ago

test.xb.zip The XBin file format has this feature called "512char" mode (2 font sets). Has anyone ever tested this with PabloDraw before?

I have several XBin files I've created with 2 custom font sets, but PabloDraw always seems to just only use the first font set (256 characters) from the XBin file.

I also tried without success using AcidView v6.1 to view these same files.

Of course, my own software can parse and display the files just fine.

I'm actually extending the format a bit to support up to 4 font sets, but that's another topic. :-)

-Rob