zng_wgt_text::node

Function render_overlines

source
pub fn render_overlines(child: impl UiNode) -> impl UiNode
Expand description

An Ui node that renders the default overline visual using the parent LaidoutText.

The lines are rendered before child, under it.

The Text! widgets introduces this node in new_child, around the render_text node.