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

Method getStyle

shared/java/FontStyleSet.java:24–31  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

22 }
23
24 public FontStyle getStyle(int index) {
25 try {
26 Stats.onNativeCall();
27 return new FontStyle(_nGetStyle(_ptr, index));
28 } finally {
29 Reference.reachabilityFence(this);
30 }
31 }
32
33 public String getStyleName(int index) {
34 try {

Calls 2

onNativeCallMethod · 0.95
_nGetStyleMethod · 0.95

Tested by 1

executeMethod · 0.64