MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getSlant

Method getSlant

shared/java/FontStyle.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public FontSlant getSlant() {
41 return FontSlant._values[(_value >> 24) & 0xFF];
42 }
43
44 public FontStyle withSlant(FontSlant slant) {
45 return new FontStyle(getWeight(), getWidth(), slant);

Callers 4

withWeightMethod · 0.95
withWidthMethod · 0.95
toStringMethod · 0.95
isItalicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected