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

Method withSlant

shared/java/FontStyle.java:44–46  ·  view source on GitHub ↗
(FontSlant slant)

Source from the content-addressed store, hash-verified

42 }
43
44 public FontStyle withSlant(FontSlant slant) {
45 return new FontStyle(getWeight(), getWidth(), slant);
46 }
47
48 @Override
49 public String toString() {

Callers

nothing calls this directly

Calls 2

getWeightMethod · 0.95
getWidthMethod · 0.95

Tested by

no test coverage detected