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

Method _nGetStyle

shared/java/FontStyleSet.java:69–69  ·  view source on GitHub ↗
(long ptr, int index)

Source from the content-addressed store, hash-verified

67 public static native long _nMakeEmpty();
68 public static native int _nCount(long ptr);
69 public static native int _nGetStyle(long ptr, int index);
70 public static native String _nGetStyleName(long ptr, int index);
71 public static native long _nGetTypeface(long ptr, int index);
72 public static native long _nMatchStyle(long ptr, int style);

Callers 1

getStyleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected