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

Method _nMakeStyleSet

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

Source from the content-addressed store, hash-verified

168 public static native int _nGetFamiliesCount(long ptr);
169 public static native String _nGetFamilyName(long ptr, int index);
170 public static native long _nMakeStyleSet(long ptr, int index);
171 public static native long _nMatchFamily(long ptr, String familyName);
172 public static native long _nMatchFamilyStyle(long ptr, String familyName, int fontStyle);
173 public static native long _nMatchFamilyStyleCharacter(long ptr, String familyName, int fontStyle, String[] bcp47, int character);

Callers 1

makeStyleSetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected