some graphics API stubs

This commit is contained in:
Julian Winkler
2024-03-24 20:43:47 +01:00
parent 3d9468aa9f
commit 0b78cbcc55
5 changed files with 25 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ public class Paint {
}
public float measureText(CharSequence text, int start, int end) { return 10; }
public Shader setShader(Shader shader) { return shader; }
public enum Style {
/**
* Geometry and text drawn with this style will be filled, ignoring all