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

Method getTag

shared/java/FontVariationAxis.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 @ApiStatus.Internal public final boolean _hidden;
15
16 public String getTag() {
17 return FourByteTag.toString(_tag);
18 }
19
20 public FontVariationAxis(String tag, float min, float def, float max, boolean hidden) {
21 this(FourByteTag.fromString(tag), min, def, max, hidden);

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected