cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.7k stars 79 forks source link

Add text overflow styling option #778

Closed kkoreilly closed 7 months ago

kkoreilly commented 8 months ago

This would support adding ellipses to text that exceeds the maximum size.

kkoreilly commented 8 months ago

We are not even limiting the size of text at all in correspondence with its maximum size, so we need to figure out an effective paradigm here.

rcoreilly commented 7 months ago

I got rid of the style property; ellipses are now automatically added to all text exceeding the maximum size.