Method
_nSetDecorationStyle
(long ptr, boolean underline, boolean overline, boolean lineThrough, boolean gaps, int color, int style, float thicknessMultiplier)
Source from the content-addressed store, hash-verified
| 354 | public static native void _nSetBackground(long ptr, long paintPtr); |
| 355 | public static native DecorationStyle _nGetDecorationStyle(long ptr); |
| 356 | public static native void _nSetDecorationStyle(long ptr, boolean underline, boolean overline, boolean lineThrough, boolean gaps, int color, int style, float thicknessMultiplier); |
| 357 | public static native int _nGetFontStyle(long ptr); |
| 358 | public static native void _nSetFontStyle(long ptr, int fontStyle); |
| 359 | public static native Shadow[] _nGetShadows(long ptr); |
Tested by
no test coverage detected