PistonDevelopers/graphics

Make `Text` draw with position

bvssvni opened this issue · 1 comments

See PistonDevelopers/piston#1332

The API for text is a bit odd. It would be nice if you can specify a position.

Alternative for non-breaking change: Add Text::draw_at.

I think Text::draw_pos is more consistent with Transformed::trans_pos.