Alias TextStyler

Delegate type for per-character text styling. Receives the full line text and the widget's default color; returns one CustomCharProps per character. Return an empty slice to fall back to plain rendering.

alias TextStyler = CustomCharProps[] delegate(dstring, uint);