From 1b3612ebcaad44e7eec7534ee82c8f50e107ec31 Mon Sep 17 00:00:00 2001 From: zerico <71151164+ZERICO2005@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:51:29 -0600 Subject: [PATCH] update fontlib_SetFont to fontlib_LoadFont in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a2af7..5eea3b1 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For example, if you specify an output file named `myfont.inc` you can use it in } fontlib_font_t my_font* = (fontlib_font_t *)my_font_data; . . . - fontlib_SetFont(my_font, 0); + fontlib_LoadFont(my_font, 0); ``` ### Assembly Array