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

Method _nSetScaleX

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

Source from the content-addressed store, hash-verified

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);
664 @ApiStatus.Internal public static native short _nGetUTF32Glyph(long ptr, int uni);

Callers 1

setScaleXMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected