2025-02-18 05:33 PM
Hi
I'm trying to make a text that gets bigger automatically with smooth animation.
Is there any way to make it happen using touchgfx?
I tried, but I couldn't find a good way to implement it.
I tried to make two typed text (one bigger, one smaller), but switching these two seems too unnatural and awkward.
Is there any way to dynamically change font size with animation?
Solved! Go to Solution.
2025-02-19 01:54 AM
Hello @miresu ,
Its not possible to change the size dynamically since the font is compiled, but you could try to use a bitmap image in a texture mapper, then you will be able to do the animation you want to.
BR,
2025-02-19 01:54 AM
Hello @miresu ,
Its not possible to change the size dynamically since the font is compiled, but you could try to use a bitmap image in a texture mapper, then you will be able to do the animation you want to.
BR,