Hey, two questions
-
When I use the font component with best fit, I will have font sizes between let’s say 15 and 60. Now, I only want fontsize 60 if my resolution width is bigger than 1024. Otherwise I want the best fit max size to be 40. Is there a way to achieve this?
-
I don’t like it when the font sizes between 2 texts are off by a small value. Assuming a fixed size to draw on, can I precompute a font size which suits all texts if I know the texts in advance? So that my code e.g. finds out that font size 29 is the biggest I can use for all upcoming texts?