MCPcopy Create free account
hub / github.com/JetBrains/skija / parse

Method parse

shared/java/FontFeature.java:77–79  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

75 }
76
77 public static FontFeature[] parse(String s) {
78 return _splitPattern.splitAsStream(s).map(FontFeature::parseOne).toArray(FontFeature[]::new);
79 }
80}

Callers 3

drawMethod · 0.95
drawWithShaperMethod · 0.95
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected