Font size scaling

Hi,

I’m new to fuse. I’ve been looking at the documentation and see there is a FontSize property on text elements. Is there any way to make the font size scale based on screen size, or does this have to be done manually?

Hi!

The FontSize and Fuse UI in general with scale relative to the pixel density of the device you deploy to. But if you want to scale even more or less that the default there is no out of the box way to do this from UX. You have to dive into uno code and solve it from there :slight_smile:

Let me know if you have any further questions