fix function signature
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user