Jebbs / DSFML

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

Update Text class to be current with SFML 2.4 #284

Closed Jebbs closed 6 years ago

Jebbs commented 6 years ago

This also deprecates many of the getters/setters in the Text class and adds properties to replace them.

It also removes a public import from the Transform class, updates the necessary files accordingly, and makes a few other small changes.

Fixes #202, fixes #253, and fixes #282.