-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text processing #13
Comments
We may wish to use ropey, which provides efficient buffer editing, line tracking and character indexes. |
There is an ongoing discussion about just this topic in the On https://xi.zulipchat.com one can find their community discussions |
Iced also has many of the same issues. I thought though Druid was using Pango? Anyway, I can't look into this now. |
This is not a trivial subject; it requires several steps:
rusttype
)rusttype
)glyph_brush_layout
)glyph_brush
)Currently we use
glyph_brush
(part ofrusttype
) to achieve a sub-set of the above.The text was updated successfully, but these errors were encountered: