From c5b925298850f4d008f9cc3db27791aab968f6ae Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 10 May 2026 14:59:14 +0200 Subject: [PATCH] Fixed frame once again --- 08_graphics/text_fonts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_graphics/text_fonts.md b/08_graphics/text_fonts.md index 6c7f58c..22854fc 100644 --- a/08_graphics/text_fonts.md +++ b/08_graphics/text_fonts.md @@ -64,7 +64,7 @@ All characters are stored in a single bitmap strip. The `tf_CharLoc` table tells ``` tf_CharData bitmap: ┌──┬───┬──┬───┬──┬──┬───────────────────┐ -│A │ B │C │ D │E │F │ ... all chars ... │ +│A │ B │C │ D │E │F │ ... all chars ... │ └──┴───┴──┴───┴──┴──┴───────────────────┘ tf_CharLoc[ch - tf_LoChar]: