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

Method _nSetEmboldened

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

Source from the content-addressed store, hash-verified

647 @ApiStatus.Internal public static native void _nSetSubpixel(long ptr, boolean value);
648 @ApiStatus.Internal public static native void _nSetMetricsLinear(long ptr, boolean value);
649 @ApiStatus.Internal public static native void _nSetEmboldened(long ptr, boolean value);
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);

Callers 1

setEmboldenedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected