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

Method _nSetSubpixel

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

Source from the content-addressed store, hash-verified

645 @ApiStatus.Internal public static native void _nSetAutoHintingForced(long ptr, boolean value);
646 @ApiStatus.Internal public static native void _nSetBitmapsEmbedded(long ptr, boolean value);
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);

Callers 1

setSubpixelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected