ZIm/crates/gpui/src/text_system
Jason Lee ee96d69e37
gpui: Fix CJK line wrap for GPUI text render (#17737)
Release Notes:

- N/A

This changes is going to let GPUI render correct text wrapping for CJK
characters. We was done this in PR #11296 for Editor, but this is also
need support for other text renders.

| Before | After |
| --- | --- |
| <img width="488" alt="SCR-20240912-jtvo"
src="https://github.com/user-attachments/assets/d061669c-62ab-4a7e-a724-2df84815d1ed">
| <img width="438" alt="image"
src="https://github.com/user-attachments/assets/ec27fd80-69db-48b6-8ade-694cd65d1843">
|
2024-09-12 15:55:03 -04:00
..
font_fallbacks.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
font_features.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
line.rs Selectable popover text (#12918) 2024-07-10 21:14:34 -06:00
line_layout.rs gpui: Fix CJK line wrap for GPUI text render (#17737) 2024-09-12 15:55:03 -04:00
line_wrapper.rs Add ',' to word chars for line wrapping (#17590) 2024-09-09 14:52:43 -07:00