Releases: ValleytheKnight/Canvas-Text-Scaler
Releases · ValleytheKnight/Canvas-Text-Scaler
Release list
0.2.0
Fixes an overflow bug: a card with more text than fits used to scroll no matter how big you resized it, because font size scaled at the same rate as card size. This adds a correction pass that shrinks text further on cards that would otherwise overflow, down to your minimum font size, with a Shrink to fit toggle in settings if you want the old behavior back.
0.1.0
Initial release: scales Canvas card text to the card size as you resize it, instead of only scaling with zoom.