Breaking the physical limits of fonts
21–24 of 24 posts
Re: Breaking the physical limits of fonts
#22Earlier quoted context omitted.
Meanwhile, those of us still slumming it on our TI-99/4As were stuck with a word processor that didn't even try. Not only was TI-Write stuck in 40- (or perhaps 32-) column mode, but they didn't even bother changing the TI's default font, which mapped lowercase code points to small-cap glyphs, making text look nasty, hard to read, and nothing like printed output. The dedication and achievements of the Commodore commun…
Weren't you able to change fonts?
Re: Breaking the physical limits of fonts
#23Re: Breaking the physical limits of fonts
#24Earlier quoted context omitted.
Weren't you able to change fonts?
Yes, but on a machine that primitive, loading a font takes a significant percentage of the entire computer's resources. Each character required 8 bytes to define its bitmap. If all you want to do is define only the 52 uppercase and lowercase letters (which was allowed), that's still over 400 bytes. The entire computer only had 16,384 bytes of RAM, and not all of that was available to the user. Also, there is the smal…