Variable RichEditLine.styler

Optional styling delegate. When non-null, called on every draw pass.

class RichEditLine
{
  // ...
  CustomCharProps[] delegate(dstring, uint) styler;
  // ...
}