zed/gpui
Max Brunsfeld 91c2b5825e Add LineWrapper::wrap_shaped_line
This allows us to perform wrapping based on
glyph positions in an already-shaped line. We
plan to use this in the new Text element,
because there we'll already need to do text
shaping as part of layout. This text isn't editable
so it won't need to be rewrapped with the same
frequency as the text editor's content.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-08-24 18:09:36 -07:00
..
examples Remove after_layout from Element trait 2021-08-20 16:40:45 -06:00
grammars/context-predicate
src Add LineWrapper::wrap_shaped_line 2021-08-24 18:09:36 -07:00
build.rs
Cargo.toml