()
| 35 | } |
| 36 | |
| 37 | @NotNull @Contract("-> new") |
| 38 | public static Shaper makeShapeThenWrap() { |
| 39 | return makeShapeThenWrap(null); |
| 40 | } |
| 41 | |
| 42 | @NotNull @Contract("_ -> new") |
| 43 | public static Shaper makeShapeThenWrap(@Nullable FontMgr fontMgr) { |
no test coverage detected