Render styles improvements

This commit is contained in:
Emux
2016-12-11 15:17:42 +02:00
parent 02db7ca08d
commit 1de6ca8fb7
10 changed files with 49 additions and 19 deletions
@@ -124,6 +124,11 @@ public class GwtPaint implements Paint {
}
@Override
public float getStrokeWidth() {
return strokeWidth;
}
@Override
public float getTextHeight(String text) {
// TODO