How do you combine the caption functionality with gravity?
I need to be able to place text aligned left, centered or right. I have got it working using image.Draw with a collection of Drawable objects but calculating the font point size is a performance hit which I do not notice when using caption. (using FontTypeMetrics in a loop)
I need to be able to place text aligned left, centered or right. I have got it working using image.Draw with a collection of Drawable objects but calculating the font point size is a performance hit which I do not notice when using caption. (using FontTypeMetrics in a loop)