Function RichEditLine.drawTextLine

Override to provide fully custom text rendering. Default implementation invokes the styler delegate when set, otherwise falls back to plain drawText.

void drawTextLine(
  DrawBuf buf,
  Ref!(dcanvas.graphics.fonts.Font) fnt,
  int x,
  int y,
  dstring txt,
  uint color,
  int tabSz
);