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

Dyslexia accessible font option #931

Open
S-Davahan opened this issue Mar 5, 2024 · 2 comments · May be fixed by #1004
Open

Dyslexia accessible font option #931

S-Davahan opened this issue Mar 5, 2024 · 2 comments · May be fixed by #1004
Labels
enhancement New feature or request good first issue Good for new contributors help wanted Extra attention is needed

Comments

@S-Davahan
Copy link

It would be really helpful if there was a font selection option that included the opendyslexic font for accessibility

@S-Davahan S-Davahan added the enhancement New feature or request label Mar 5, 2024
@NathanLovato NathanLovato added good first issue Good for new contributors help wanted Extra attention is needed labels Mar 6, 2024
@Wolfy7
Copy link
Contributor

Wolfy7 commented Oct 10, 2024

@NathanLovato which textes should be affected when a different font is selected ?

Could a solution be to change all font_data of all font_resource to the new/selected font?

More or less similiar to func scale_all_font_sizes(size_scale: int, and_save: bool = true) -> void:

And should there defined list (dropdown) with fonts or should this dynamic list generated by parsing all fonts (*.ttf, *.otf) in ui\theme\fonts

@Wolfy7 Wolfy7 linked a pull request Oct 11, 2024 that will close this issue
2 tasks
@NathanLovato
Copy link
Contributor

Yes, changing the font data would work. As mentioned in the PR, I think this could be a specific checkbox with specific code that swaps between the default app fonts and open dyslexia, as the purpose of this feature is to make the text more accessible to people with dyslexia, more so than to offer a font selection dropdown.

@NathanLovato NathanLovato linked a pull request Oct 24, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for new contributors help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants