tyoma / agge

Anti-Grain Evolution. 2D graphics engine for Speed and Quality in C++.
MIT License
117 stars 17 forks source link

Ellipsis in abridged strings #8

Closed tyoma closed 3 years ago

tyoma commented 3 years ago

agge::text_engine::render_string shall append ellipsis to a string that is not fully displayed.

tyoma commented 3 years ago

Implemented via agge::limit::ellipsis text limiter.