Skip to content
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

Reset the font after a message ends #1086

Open
Wrymouth opened this issue Jul 15, 2023 · 2 comments
Open

Reset the font after a message ends #1086

Wrymouth opened this issue Jul 15, 2023 · 2 comments
Labels
asset Relates to a particular asset in the build graph bug Something isn't working good first issue Good for newcomers

Comments

@Wrymouth
Copy link
Contributor

Currently, if you create a message with Font title and then create another message with no font declaration below it, configure(?) will continue to treat it as if it's in the title font. This leads to compilation errors because of characters that the title font does not support.

This is easily fixed by placing the normal font message above the title font message in your msg file, but it's still a little bit silly to me.

@bates64 bates64 added bug Something isn't working asset Relates to a particular asset in the build graph labels Jul 17, 2023
@bates64
Copy link
Member

bates64 commented Jul 17, 2023

This would be a one-liner fix in the python file

@bates64 bates64 added the good first issue Good for newcomers label Jul 17, 2023
@bates64
Copy link
Member

bates64 commented Jul 17, 2023

I think this requires setting font = 0 around here (when a new message is started)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asset Relates to a particular asset in the build graph bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants