(Canvas canvas, String text, Font font, Point cursor)
| 59 | } |
| 60 | |
| 61 | public float drawLine(Canvas canvas, String text, Font font, Point cursor) { |
| 62 | return drawLine(canvas, new String[] { text }, font, cursor); |
| 63 | } |
| 64 | |
| 65 | public float drawLine(Canvas canvas, String[] texts, Font font, Point cursor) { |
| 66 | float bottom = 0; |
no test coverage detected