Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getWeight
Method
getWeight
shared/java/FontStyle.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
public
int
getWeight() {
25
return
_value & 0xFFFF;
26
}
27
28
public
FontStyle withWeight(
int
weight) {
29
return
new
FontStyle(weight, getWidth(), getSlant());
Callers
4
withWidth
Method · 0.95
withSlant
Method · 0.95
toString
Method · 0.95
isBold
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected