Files
oak-gpui/crates/gpui2/src/text_system
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
..
2023-10-21 16:01:47 +02:00
2023-10-25 18:28:05 +02:00
2023-11-16 23:10:51 -07:00