Font Size change

0
How to add in-app font size changing feature in Mendix native application?
asked
2 answers
0

Any update?

 

answered
0

 Ankita, I  hope you can achieve this by adding custom css class ,by extending the default class. Check out the below sample code:

export const className = {

                                  caption: { 

                                                      fontSize : 25

                                                 },

                                             };

 

answered