Sunday, October 16, 2022

🆕 Alternative ("thin") character font.

The character font that comes with wwwBASIC is "thick" (a little bit like the Commodore 64 font).

I've recently updated BASIC Anywhere Machine with a second alternative font that is "thin" (a little bit like the Commodore PET font.)

Combined with the smoothing property, the font property now gives us an option (on which to build on!) for the appearance of BAM applications.


wwwBASIC Font, smoothing enabled

wwwBASIC Font, smoothing disabled

wwwBASIC Font - Thin, smoothing enabled

wwwBASIC Font - Thin, smoothing disabled










No comments:

Post a Comment

🚧 In the Works: "Code Insertion" buttons

Try this in the 🔗 development version of BASIC Anywhere Machine . Who likes looking up statement/function statements (or code blocks) to wh...