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

Method ScriptRun

shared/java/shaper/ScriptRun.java:13–15  ·  view source on GitHub ↗
(int end, String script)

Source from the content-addressed store, hash-verified

11 @ApiStatus.Internal public final int _scriptTag;
12
13 public ScriptRun(int end, String script) {
14 this(end, FourByteTag.fromString(script));
15 }
16
17 /** Should be iso15924 codes. */
18 public String getScript() {

Callers

nothing calls this directly

Calls 1

fromStringMethod · 0.95

Tested by

no test coverage detected