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

Method FontVariationAxis

shared/java/FontVariationAxis.java:20–22  ·  view source on GitHub ↗
(String tag, float min, float def, float max, boolean hidden)

Source from the content-addressed store, hash-verified

18 }
19
20 public FontVariationAxis(String tag, float min, float def, float max, boolean hidden) {
21 this(FourByteTag.fromString(tag), min, def, max, hidden);
22 }
23
24 public FontVariationAxis(String tag, float min, float def, float max) {
25 this(FourByteTag.fromString(tag), min, def, max, false);

Callers

nothing calls this directly

Calls 1

fromStringMethod · 0.95

Tested by

no test coverage detected