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

Method setDecorationStyle

shared/java/paragraph/TextStyle.java:108–112  ·  view source on GitHub ↗
(DecorationStyle d)

Source from the content-addressed store, hash-verified

106 }
107
108 public TextStyle setDecorationStyle(DecorationStyle d) {
109 Stats.onNativeCall();
110 _nSetDecorationStyle(_ptr, d._underline, d._overline, d._lineThrough, d._gaps, d._color, d._lineStyle.ordinal(), d._thicknessMultiplier);
111 return this;
112 }
113
114 public FontStyle getFontStyle() {
115 try {

Calls 2

onNativeCallMethod · 0.95
_nSetDecorationStyleMethod · 0.95

Tested by

no test coverage detected