fix body text height

This commit is contained in:
Chuck
2025-07-23 11:36:25 -05:00
parent d4e799b202
commit 141063117e

View File

@@ -194,7 +194,9 @@ class OfTheDayManager:
# Get font heights
title_height = title_font.height
body_height = body_font.height
# Calculate actual body height from the font
body_font.load_char('A') # Load a character to get its height
body_height = body_font.glyph.bitmap.rows
# --- Draw Title (always at top, 5x7.bdf) ---
title_y = 0 # Start at top