I'm using the Canvas.drawText() to write text on a custom view. I want to add a background 9-patch drawable behind the text, so I need to know the boundaries of the text drawn. The text is given by the user, so it's not a fixed size.
For now I'm using a monospace font and I managed to build a size which looks not so bad, but in the hand i'd rather use another font.