-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic text wrapping #39
Comments
I'll work on this! |
@Rodak123 also related to this, do we need separate font setting for each slide, maybe it's just one font setting for the entire game in |
Maybe, but I'm not sure if there are any pages with different font settings. |
I think there should be a default font for the entire game and then if a page can optionally override the default font. |
I noticed that the text wrapping has some issues:
|
Right now for rendering a new line you must add a new element in the JSON string array.
@shiffman already suggested using the
text()
function where you can specify the width and height of the textbox.The text was updated successfully, but these errors were encountered: