Function RichEditLine.drawContent

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

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