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

Method _nSetEdging

shared/java/Font.java:652–652  ·  view source on GitHub ↗
(long ptr, int value)

Source from the content-addressed store, hash-verified

650 @ApiStatus.Internal public static native void _nSetBaselineSnapped(long ptr, boolean value);
651 @ApiStatus.Internal public static native int _nGetEdging(long ptr);
652 @ApiStatus.Internal public static native void _nSetEdging(long ptr, int value);
653 @ApiStatus.Internal public static native int _nGetHinting(long ptr);
654 @ApiStatus.Internal public static native void _nSetHinting(long ptr, int value);
655 @ApiStatus.Internal public static native long _nGetTypeface(long ptr);

Callers 1

setEdgingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected