Perspective: Can font size be scaled according to size of coordinate container?

v8.1.0rc1

I have a P&ID mimic created inside a coordinate container that needs to display nicely from 1366x768 up to 1920x1280. I’m mostly there, using percent mode in the coord container, but this doesn’t affect font sizes. I’ve attempted to use media queries, but wondering if there’s a way to get it to scale evenly, like in Vision?

1 Like

Not really. You can use viewport units to sort-of fake it, but for it to work very well your view must take up a consistent fraction of the overall viewport.

May not be ideal but I've put some svg text on some of my views.
Similar question asked here