![]() # Objective Adds information about the byte length and index of a glyph to `PositionedGlyph`. Useful for text picking, allows for picking with multi-byte characters. Also adds a `line` field that helps with converting back and forth from cosmic's `Cursor`. ## Solution Retrieve the relevant data from cosmic and add it to the glyph in the text pipeline. ## Testing `cargo r -p ci` --- ## Migration Guide `PositionedGlyph::new()` has been removed as there is no longer an unused field. Create new `PositionedGlyph`s directly. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |