fix function signature

This commit is contained in:
Hannes Janetzek
2013-11-23 21:10:19 +01:00
parent 7a35bb48b1
commit 96b582b58d
+1 -1
View File
@@ -5,7 +5,7 @@ public interface Canvas {
void setBitmap(Bitmap bitmap);
void drawText(String string, float f, float yy, Paint stroke);
void drawText(String string, float x, float y, Paint stroke);
void drawBitmap(Bitmap bitmap, float x, float y);