From 81d82891586a1a5852a9cb03f30ec75555ca042c Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 23 Jul 2025 13:14:59 -0500 Subject: [PATCH] shift letters down --- src/of_the_day_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/of_the_day_manager.py b/src/of_the_day_manager.py index 2796e203..144f99be 100644 --- a/src/of_the_day_manager.py +++ b/src/of_the_day_manager.py @@ -207,7 +207,7 @@ class OfTheDayManager: body_height = body_font.glyph.bitmap.rows # --- Draw Title (always at top) --- - title_y = 0 # Start at top + title_y = title_height # Position title so its bottom is at title_height self._draw_bdf_text(draw, title_font, title, 1, title_y, color=self.title_color) # Calculate title width for underline