Jeremy Soller
Jeremy Soller
I believe the `btop` issue is due to incorrect width calculation of braille fonts. @MoSal do you have ideas on this?
We use locales to resolve han unification, this is probably the same kind of issue.
Please see the han_unification function in src/font/fallback/unix.rs for an example of how that works.
Don't have a good answer other than the coordinates that were coming from fonts were flipped. If we flip it now, it would be a breaking change.
This needs to be rebased to resolve conflicts first
[lapce](https://github.com/lapce/lapce) appears to use a forked [cosmic-text](https://github.com/lapce/cosmic-text) for the [floem UI library](https://github.com/lapce/floem)
[iced](https://github.com/iced-rs/iced) uses version 0.9 of cosmic-text
[bevy](https://github.com/bevyengine/bevy) has [a PR open](https://github.com/bevyengine/bevy/pull/8808) for cosmic-text integration, using version 0.8
I don't see any of the cosmic-text examples showing this behavior. Please provide instructions on how I can reproduce the issue.
This now has conflicts after merging #97