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

🖥 "Spirographed" ellipses to create a colorful (32-bit, gradiant) spherical shape

This sample program shows how to use DRAW to create ellipses (I like to call this a "spirographing" approach. The program generate...