Android canvas drawText y-position of text
I'm using a Canvas to create a Drawable with some background and some text. The drawable is used as a compound drawable inside an EditText. The text is drawn via drawText() on the canvas, but I do have an issue with the y-position of the drawn text in some cases. In those cases parts of some characters are cut off (see image links). Characters without positioning issue: http://i50.tinypic.com/zkpu1l.jpg Characters with positioning issue, text contains 'g', 'j', 'q', etc.: http://i45.tinypic.com/vrqxja.jpg You can find a code snippet to reproduce the issue below. Does any expert know how to