()
| 20 | } |
| 21 | |
| 22 | @NotNull @Contract("-> new") |
| 23 | public static Shaper makeShaperDrivenWrapper() { |
| 24 | return makeShaperDrivenWrapper(null); |
| 25 | } |
| 26 | |
| 27 | @NotNull @Contract("_ -> new") |
| 28 | public static Shaper makeShaperDrivenWrapper(@Nullable FontMgr fontMgr) { |
no test coverage detected