Render styles improvements
This commit is contained in:
@@ -337,6 +337,11 @@ public class IosPaint implements Paint {
|
||||
return descent;
|
||||
}
|
||||
|
||||
@Override
|
||||
public float getStrokeWidth() {
|
||||
return strokeWidth;
|
||||
}
|
||||
|
||||
@Override
|
||||
public float getTextHeight(String text) {
|
||||
return this.fontHeight;
|
||||
|
||||
Reference in New Issue
Block a user