how to change all text to a dyslexia friendly font.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By godotuser111

In order to make my game more accessible to a wider audience, i am implementing many options to make it more playable. but i am unsure how to replace all my dynamic font text with a dyslexia friendly font. if you have any ideas on how to implement this, please tell me!

:bust_in_silhouette: Reply From: JimArtificer

The approach I would suggest is to create a Theme that is used throughout your application. All of the controls should be updated if you modify that theme.

I suppose an alternative approach would be to add the controls you want to be sensitive to the change to a Group and iterate through them.
https://docs.godotengine.org/en/stable/getting_started/step_by_step/scripting_continued.html#groups

but how should i change the themes font?

godotuser111 | 2020-06-23 18:28