TextArea font : how to change dynamically a font
Hello,
On my project I want to change font of a TextArea according to some value.
First of all I created a topography to apply in TouchGFX.
I guess this is the good way to do.
Secondly I wondering how I can apply it on my TextArea ? How find the typography name and how to apply it ? I tried something like that :
Cont_LM_Simple_2_txt_lift_current_kg.setTypedText(touchgfx::TypedText());But I didn't not managed to find how to set up my new typography.
[EDIT] Code insert

