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

Method _nSetSize

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

Source from the content-addressed store, hash-verified

658 @ApiStatus.Internal public static native float _nGetSkewX(long ptr);
659 @ApiStatus.Internal public static native void _nSetTypeface(long ptr, long typefacePtr);
660 @ApiStatus.Internal public static native void _nSetSize(long ptr, float value);
661 @ApiStatus.Internal public static native void _nSetScaleX(long ptr, float value);
662 @ApiStatus.Internal public static native void _nSetSkewX(long ptr, float value);
663 @ApiStatus.Internal public static native short[] _nGetStringGlyphs(long ptr, String str);

Callers 1

setSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected