When drawing the text to the screen the text itself is getting chopped off and certain characters for example the n looks like an r. and overall very hard to read. I have drawn text before and it looked fine. Was wondering if any one had any incites to why this may be happening. Here is a link to a screen shot of what it looks like.

When drawing the text to the screen the text itself is getting chopped off
Share
Have you tried:
Paint paint = new Paint(Paint.ANTI_ALIAS_FLAG);