tanzfisch / Igor

Igor Game Engine
http://igor.logasoft.co.nz/doxygen/index.html
GNU Lesser General Public License v3.0
7 stars 0 forks source link

general way to word wrap or shorten text/labels #371

Open tanzfisch opened 12 months ago

tanzfisch commented 12 months ago

turn this "Hello world here I am"

in to something like this:

"Hello world here I am"

or that:

"Hello...am"

tanzfisch commented 12 months ago

in that context iTextureFont::measureWidth needs to be faster

tanzfisch commented 12 months ago

or we make it string operations only assuming mono space