MCPcopy 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

withWeightMethod · 0.95
withSlantMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected