cancel
Showing results for 
Search instead for 
Did you mean: 

How to change font size gradually with animation during the runtime using touchgfx designer?

miresu
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
LouisB
ST Employee

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,

Louis BOUDO
ST Software Developer | TouchGFX

View solution in original post

1 REPLY 1
LouisB
ST Employee

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,

Louis BOUDO
ST Software Developer | TouchGFX