Hi, does anybody know if 8.3 will include variable text sizes? I know it was less of an Ignition issue and more of an HTML issue, but it seems like there are some options to make that work with scripting and such. It sure would be nice if that was packaged in.
Oh God, don't use scripting for that! CSS container queries have length units that are relative to the size of the container:
It was already possible with 8.1 with CSS in Perspective. Using min or clamp functions and view units or REM units in the text size allows you to decide the text size based on whichever is smaller between width and height or based on the root text size, respectively.
Edit: I've even got a small Desmos Utility for converting a font size for a specific width and height into view units
1 Like
Thanks, I was asking because my co-worker who was the one skilled enough to do this left for greener pastures, I am not exactly sure what approach she was working on.