Function render_decoration
pub fn render_decoration<R>(
renderer: &mut R,
run: &LayoutRun<'_>,
default_color: Color,
)where
R: Renderer,Expand description
Draw text decoration lines (underline, strikethrough, overline) for a layout run.