Module jumpy::prelude::egui::epaint::text::cursor

Expand description

Different types of text cursors, i.e. ways to point into a super::Galley.

Structsยง

  • Character cursor
  • All different types of cursors together. They all point to the same place, but in their own different ways. pcursor/rcursor can also point to after the end of the paragraph/row. Does not implement PartialEq because you must think which cursor should be equivalent.
  • Paragraph Cursor
  • Row Cursor