Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ withSlant
Method
withSlant
shared/java/FontStyle.java:44–46 ·
view source on GitHub ↗
(FontSlant slant)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
FontStyle withSlant(FontSlant slant) {
45
return
new
FontStyle(getWeight(), getWidth(), slant);
46
}
47
48
@Override
49
public
String toString() {
Callers
nothing calls this directly
Calls
2
getWeight
Method · 0.95
getWidth
Method · 0.95
Tested by
no test coverage detected