Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
draw
Method · 0.95
drawWithShaper
Method · 0.95
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected