From 79e2569f1a842370edb29de070da63d0d217396d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 28 Aug 2021 20:56:15 -0700 Subject: font data structure now supports 16-bit glyphs We can't yet render the latter 8 bits. --- vocabulary.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vocabulary.md') diff --git a/vocabulary.md b/vocabulary.md index a130b26b..ef41a243 100644 --- a/vocabulary.md +++ b/vocabulary.md @@ -141,9 +141,8 @@ All text-mode screen primitives require a screen object, which can be either the real screen on the computer or a fake screen for tests. The real screen on the Mu computer can currently display only ASCII characters, -though it's easy to import more of the font. There is only one font. All -graphemes are 8 pixels wide and 16 pixels tall. These constraints only apply -to the real screen. +though it's easy to import more of the font. There is only one font, and it's +mostly fixed-width, with graphemes being either 8 or 16 pixels wide. - `draw-grapheme`: draws a single grapheme at a given coordinate, with given foreground and background colors. -- cgit 1.4.1-2-gfad0