fix function signature
This commit is contained in:
parent
7a35bb48b1
commit
96b582b58d
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user