zed/crates/settings/src
John Tur 47d2694dcc
Add support for subpixel text rendering (#45423)
Subpixel text rendering is now implemented on Windows and Linux.

Comparison screenshots:

|Before|After|
| ------------- | ------------- |
| <img width="400"
src="https://github.com/user-attachments/assets/9d720d2c-2ec4-4adf-a83f-7c2d81d30025"
/> | <img width="400"
src="https://github.com/user-attachments/assets/8fd7dc2a-8ca0-4f71-86cd-55460f568f7a"
/> |


Release Notes:

- Added support for subpixel (ClearType-style) text rendering. This
improves the legibility of text on standard DPI displays. Subpixel
rendering is enabled by default on Windows and Linux and can be
configured using the `text_rendering_mode` setting.

---------

Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2026-01-06 03:46:31 -05:00
..
settings_content Add support for subpixel text rendering (#45423) 2026-01-06 03:46:31 -05:00
base_keymap_setting.rs Automate settings registration (#42238) 2025-11-07 22:27:14 +00:00
editable_setting_control.rs Settings refactor (#38367) 2025-09-18 16:47:23 +00:00
fallible_options.rs Fallible Settings (#42938) 2025-11-21 08:28:17 -07:00
keymap_file.rs Improve keymap error formatting and add settings button icon (#42037) 2025-12-16 01:01:20 +00:00
merge_from.rs Improve edit prediction example capture (#45536) 2025-12-22 20:40:02 +00:00
serde_helper.rs settings_ui: Fix IEEE 754 floating point error when serializing value to JSON (#40677) 2025-10-21 16:45:40 +00:00
settings.rs Add autocomplete for initialization_options (#43104) 2025-12-21 10:29:38 -05:00
settings_content.rs Add Vim-like Which-key Popup menu (#43618) 2025-12-17 11:53:48 -07:00
settings_file.rs Improve importing font-family settings from VS Code (#39736) 2025-10-08 19:19:48 -04:00
settings_store.rs Add autocomplete for initialization_options (#43104) 2025-12-21 10:29:38 -05:00
vscode_import.rs Add support for subpixel text rendering (#45423) 2026-01-06 03:46:31 -05:00