Appearance
Demo: Character sets
G0 and G2
This shows each G0 character set, with character range from 0x20 to 0x7f. Select a set from the drop-down menu, which sets the default G0 set for the whole screen. Note that ASCII isn't available, although g0_latin is close. The demo is using setDefaultG0Charset()
to switch sets. The method also sets the corresponding G2 set, which requires level 1.5. The G2 characters are drawn on top of the base page as enhancements. The methods used are setLevel()
to set level 1.5, with pos()
and putG2()
for each character.
G3
The G3 set requires level 2.5. Like G2, characters are placed using enhancements, with the putG3()
method. The Unscii font is used to render the G3 characters, which are mapped to characters in Unicode's Symbols for Legacy Computing block.