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

Method _nSetBaselineSnapped

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

Source from the content-addressed store, hash-verified

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);
653 @ApiStatus.Internal public static native int _nGetHinting(long ptr);

Callers 1

setBaselineSnappedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected