Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getWeight
Method · 0.95
getWidth
Method · 0.95
getSlant
Method · 0.95
Tested by
no test coverage detected