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

Method _nSetBitmapsEmbedded

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

Source from the content-addressed store, hash-verified

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

Callers 1

setBitmapsEmbeddedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected