Perspective dynamic font sizing

@nminchin, would using the vmin/vmax along with the clamp function help you out? For example:

clamp(6px, 0.5 * (1.0vmin + 1.0vmax), 20px)

At least that way you can limit the maximum text size.

4 Likes