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

Method _nFindTypefaces

shared/java/paragraph/FontCollection.java:139–139  ·  view source on GitHub ↗
(long ptr, String[] familyNames, int fontStyle)

Source from the content-addressed store, hash-verified

137 public static native long _nSetDefaultFontManager(long ptr, long fontManagerPtr, String defaultFamilyName);
138 public static native long _nGetFallbackManager(long ptr);
139 public static native long[] _nFindTypefaces(long ptr, String[] familyNames, int fontStyle);
140 public static native long _nDefaultFallbackChar(long ptr, int unicode, int fontStyle, String locale);
141 public static native long _nDefaultFallback(long ptr);
142 public static native long _nSetEnableFallback(long ptr, boolean value);

Callers 1

findTypefacesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected