Dyslexia accessible font option
It would be really helpful if there was a font selection option that included the opendyslexic font for accessibility
@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
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.