I have a View which draws a rectangle with a line of text inside of it. The view uses break text to ensure that no text extends outside of the rectangle; it ignores any tex
This was fixed by: Paint.setSubpixelText(true);