04-18-2023, 04:02 PM
(04-11-2023, 09:15 PM)vince Wrote: You can find a beta version on the official QBJSpe forum here: https://qb64phoenix.com/qbjs/viewtopic.php?t=4
What a shame. Cannot register into this new forum. With Firefox it takes me on a loop back to the TOS and "I agree" button, nothing pisses me off more than that online. Try it again with Brave and it stiffly keeps the same "I agree" screen.
Anyway, I wanted to say I became curious with the screenshot of what looks like scripted Cyrillic characters. Pardon my ignorance here. Were the paths originally done with GIMP or other image-creation program, or is it part of the "Calligraphy Pro 128 Studio" project?
I'm asking because it could be a bit unsettling for somebody else interested in QBJS to get a bunch of numbers and is like, "WTF, where is the cool font to draw with? What's the big deal?" GIMP can export paths to a text file which has to be parsed, but works differently from Inkscape. SVG files could be imported as well. I found it easier in the past to deal with "plain SVG" instead of "sodipodi". LOL because I was bored one day, created a Lua script creating SVG files which only used lines to come up with a complex gradient background. Had to depend on Inkscape to export to PNG.