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

Method _nGetFamilyName

shared/java/Typeface.java:378–378  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

376 @ApiStatus.Internal public static native int[] _nGetKerningPairAdjustments(long ptr, short[] glyphs);
377 @ApiStatus.Internal public static native FontFamilyName[] _nGetFamilyNames(long ptr);
378 @ApiStatus.Internal public static native String _nGetFamilyName(long ptr);
379 @ApiStatus.Internal public static native Rect _nGetBounds(long ptr);
380 @ApiStatus.Internal public static native long _nOpenStream(long ptr, int[] ttcIndex);
381}

Callers 1

getFamilyNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected