MCPcopy Index your code
hub / github.com/HumbleUI/Skija / FontVariation

Method FontVariation

shared/java/FontVariation.java:16–18  ·  view source on GitHub ↗
(String feature, float value)

Source from the content-addressed store, hash-verified

14 public final float _value;
15
16 public FontVariation(String feature, float value) {
17 this(FourByteTag.fromString(feature), value);
18 }
19
20 public String getTag() {
21 return FourByteTag.toString(_tag);

Callers

nothing calls this directly

Calls 1

fromStringMethod · 0.95

Tested by

no test coverage detected