Include font styles in theme

What do you want to achieve?

I want to have a easy font styles selection update by user preference at run time.
Just like a font option for user to choose which font they like to use and system will update all font in use.

Do you see alternative options and workaround to achieve it?

For now, we could just create a screen loaded event to trigger callback, to determine which font should be use and update each labels on screen one by one manually.

Mention some use cases

Just like my case, it would be a great help when user could switch font types at run time.

Hi, thanks for the suggestion, there isn’t currently a direct way to implement this functionality. We’ll think about how this could be integrated into our current system.
The ability to let users switch font types at runtime would indeed be helpful, as you’ve mentioned in your use case. For now, the workaround you described - creating a screen loaded event trigger that updates each label manually - is the best approach available.

1 Like