Method
_nAddShadow
(long ptr, int color, float offsetX, float offsetY, double blurSigma)
Source from the content-addressed store, hash-verified
| 358 | public static native void _nSetFontStyle(long ptr, int fontStyle); |
| 359 | public static native Shadow[] _nGetShadows(long ptr); |
| 360 | public static native void _nAddShadow(long ptr, int color, float offsetX, float offsetY, double blurSigma); |
| 361 | public static native void _nClearShadows(long ptr); |
| 362 | public static native FontFeature[] _nGetFontFeatures(long ptr); |
| 363 | public static native void _nAddFontFeature(long ptr, String name, int value); |
Tested by
no test coverage detected