Struct cosmic_text::LayoutCursor
source · pub struct LayoutCursor {
pub line: usize,
pub layout: usize,
pub glyph: usize,
}Expand description
The position of a cursor within a Buffer.
Fields§
§line: usize§layout: usize§glyph: usize