lemunozm / ruscii

Terminal graphics engine: build your games in the terminal!
Apache License 2.0
171 stars 15 forks source link

Add right aligned draw text function #28

Closed pumken closed 1 year ago

pumken commented 1 year ago

Minor change: there's a left-aligned draw text function and a center-aligned one, so a right-aligned one should be provided. It theoretically could just be provided by the user but I think this addition makes the library more consistent and principally, easier to use.