font_size cannot be set in Caption.__init__ #110

Closed
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 closed this issue 2025-07-16 01:42:02 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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.