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

Method FontFeature

shared/java/FontFeature.java:24–26  ·  view source on GitHub ↗
(String feature, int value, long start, long end)

Source from the content-addressed store, hash-verified

22 public static final FontFeature[] EMPTY = new FontFeature[0];
23
24 public FontFeature(String feature, int value, long start, long end) {
25 this(FourByteTag.fromString(feature), value, start, end);
26 }
27
28 public FontFeature(String feature, int value) {
29 this(FourByteTag.fromString(feature), value, GLOBAL_START, GLOBAL_END);

Callers

nothing calls this directly

Calls 1

fromStringMethod · 0.95

Tested by

no test coverage detected