Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getWidth
Method
getWidth
shared/java/FontStyle.java:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
public
int
getWidth() {
33
return
(_value >> 16) & 0xFF;
34
}
35
36
public
FontStyle withWidth(
int
width) {
37
return
new
FontStyle(getWeight(), width, getSlant());
Callers
3
withWeight
Method · 0.95
withSlant
Method · 0.95
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected