AndroidLayout: implement get_request_mode

Also add stubs in Matrix and Paint class
This commit is contained in:
Julian Winkler
2023-11-03 18:23:20 +01:00
parent 385f6dcf0b
commit 5813f9741d
3 changed files with 20 additions and 2 deletions

View File

@@ -163,6 +163,8 @@ public class Paint {
public Xfermode setXfermode(Xfermode xfermode) { return xfermode; }
public void setLetterSpacing(float spacing) {}
public enum Cap {
/**
* The stroke ends with the path, and does not project beyond it.