MCPcopy Create free account
hub / github.com/JetBrains/skija / _nSetDecorationStyle

Method _nSetDecorationStyle

shared/java/paragraph/TextStyle.java:356–356  ·  view source on GitHub ↗
(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);

Callers 1

setDecorationStyleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected