Get bounding box of drawn text
Opened this issue · 2 comments
Deleted user commented
I need to know the dimensions of the rendered text after it is drawn or calculate if beforehand. Is there a suitable method for that in this library?
hecrj commented
You can use the GlyphCruncher
trait.
Deleted user commented
Seems like it should do the trick. Thanks.