Jebbs / DSFML

DSFML is a D binding of SFML
Other
95 stars 23 forks source link

Have Text use dchar buffer instead of dstring #286

Closed Jebbs closed 6 years ago

Jebbs commented 6 years ago

This should reduce allocations for Text instances that have the contents change often with little changes to the size of the contents.