lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
154 stars 24 forks source link

Text layout query #33

Open lordmauve opened 4 years ago

lordmauve commented 4 years ago

Often in order to position or scale text correctly you need to know how it will be laid out.

It should be possible to query this information without modifying a text object (perhaps even without creating one).