PistonDevelopers / gfx_text

Draw text for gfx using freetype
http://docs.piston.rs/gfx_text/gfx_text/
MIT License
22 stars 12 forks source link

Measure and Anchors #31

Closed guycook closed 8 years ago

guycook commented 8 years ago

Provides a measure function to address #25. Additionally creates a new function add_anchored which allows alignment using a position as centre/right/bottom as well as the current top left.

Kagami commented 8 years ago

Great, thanks!

kvark commented 8 years ago

wow, nice one!