MCPcopy 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

withWidthMethod · 0.95
withSlantMethod · 0.95
toStringMethod · 0.95
isBoldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected