We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to allow the user to change the font size through configuration? I'm thinking of adding
<ListConfiguration id="font_size" ....> <ListOption id="small" /> <ListOption id="medium" /> <ListOption id="large" /> </ListConfiguration>
But this means that I have to add the same <Text> 3 times (for each font size) * 2 (for variant) which is a pain. Is there a better way for this?
<Text>
The text was updated successfully, but these errors were encountered:
I think the short answer is 'no. I wrote a script that can help with the generation of repeated structures, but it may be overkill.
You may get better answers on the WFF Google Chat. Unfortunately, it's invite-only; if interested in joining, let me know.
Sorry, something went wrong.
No branches or pull requests
Is there a way to allow the user to change the font size through configuration?
I'm thinking of adding
But this means that I have to add the same
<Text>
3 times (for each font size) * 2 (for variant) which is a pain.Is there a better way for this?
The text was updated successfully, but these errors were encountered: