pub fn paint_text_selection(
galley: &mut Arc<Galley>,
visuals: &Visuals,
cursor_range: &CursorRange,
new_vertex_indices: Option<&mut Vec<RowVertexIndices>>,
)
Expand description
Adds text selection rectangles to the galley.
pub fn paint_text_selection(
galley: &mut Arc<Galley>,
visuals: &Visuals,
cursor_range: &CursorRange,
new_vertex_indices: Option<&mut Vec<RowVertexIndices>>,
)
Adds text selection rectangles to the galley.