font_size cannot be set in Caption.__init__ #110

Open
opened 2025-07-12 03:53:53 +00:00 by john · 0 comments
Owner

mcrfpy.Caption((100, 100), "Hello!", font_size=18) - invalid argument

caption.font_size = 18 - valid, resizes the text

Expected behavior: this value should be configurable inside __init__

`mcrfpy.Caption((100, 100), "Hello!", font_size=18)` - invalid argument `caption.font_size = 18` - valid, resizes the text Expected behavior: this value should be configurable inside `__init__`
john added the
Bugfix
label 2025-07-12 03:53:53 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: john/McRogueFace#110
No description provided.