drjaydenm / SharpText

A GPU accelerated text renderer implemented in C#
MIT License
60 stars 5 forks source link

Center and right alignment options #1

Open drjaydenm opened 4 years ago

drjaydenm commented 4 years ago

Currently, all text is rendered from the left. It would be good to be able to specify rendering from the right or center instead as it would simplify calculations for putting text on the right/center side of the screen.