shift letters down

This commit is contained in:
Chuck
2025-07-23 13:14:59 -05:00
parent 6c5f2c5c64
commit 81d8289158

View File

@@ -207,7 +207,7 @@ class OfTheDayManager:
body_height = body_font.glyph.bitmap.rows body_height = body_font.glyph.bitmap.rows
# --- Draw Title (always at top) --- # --- 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) self._draw_bdf_text(draw, title_font, title, 1, title_y, color=self.title_color)
# Calculate title width for underline # Calculate title width for underline