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

Method _nSetAutoHintingForced

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

Source from the content-addressed store, hash-verified

643 @ApiStatus.Internal public static native boolean _nIsEmboldened(long ptr);
644 @ApiStatus.Internal public static native boolean _nIsBaselineSnapped(long ptr);
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);

Callers 1

setAutoHintingForcedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected