@Override
 public int getMinDrawingWidthInPixels(@NotNull SoftWrapDrawingType drawingType) {
   return myPainter.getMinDrawingWidth(drawingType);
 }