MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nMakeFromFile

Method _nMakeFromFile

shared/java/FontMgr.java:224–224  ·  view source on GitHub ↗
(long ptr, String path, int ttcIndex)

Source from the content-addressed store, hash-verified

222 public static native long _nMatchFamilyStyle(long ptr, String familyName, int fontStyle);
223 public static native long _nMatchFamilyStyleCharacter(long ptr, String familyName, int fontStyle, String[] bcp47, int character);
224 public static native long _nMakeFromFile(long ptr, String path, int ttcIndex);
225 public static native long _nMakeFromData(long ptr, long dataPtr, int ttcIndex);
226 public static native void _nUseSystemRenderingParams(int value);
227 public static native long _nDefault();

Callers 1

makeFromFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected