MCPcopy Create free account
hub / github.com/HumbleUI/Skija / toString

Method toString

shared/java/FontStyle.java:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 @Override
49 public String toString() {
50 return "FontStyle(" +
51 "weight=" + getWeight() +
52 ", width=" + getWidth() +
53 ", slant='" + getSlant() + ')';
54 }
55}

Callers

nothing calls this directly

Calls 3

getWeightMethod · 0.95
getWidthMethod · 0.95
getSlantMethod · 0.95

Tested by

no test coverage detected