Function EditLine.drawContent

Override to customise what is drawn inside the content area. Called from onDraw after clipping and scroll offset have been set up.

void drawContent(
  DrawBuf buf,
  Ref!(dcanvas.graphics.fonts.Font) fnt,
  Rect rc
);