ZIm/crates/editor2
Nathan Sobo 9558da8681 Separate WrappedLines from ShapedLines
ShapedLines are never wrapped, whereas WrappedLines are optionally wrapped if
they are associated with a wrap width. I tried to combine everything because
wrapping is inherently optional for the Text element, but we have a bunch of
APIs that don't make sense on a line that may wrap, so we need a distinct type
for that case.
2023-11-16 23:10:51 -07:00
..
src Separate WrappedLines from ShapedLines 2023-11-16 23:10:51 -07:00
Cargo.toml WIP 2023-11-13 15:53:04 -08:00