Canvas drawText note
canvas.drawText(String text, float x, float y, Paint paint)
X: calculate from left of text.
But Y: calculate from baseline.
Paint.ascent is negative number
Paint.descent is positive number
ascen and descent is base on typeFace(font) and font size.








