forked from zed-industries/zed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support setting font feature values (zed-industries#11898)
Now (on `macOS` and `Windows`) we can set font feature value: ```rust "buffer_font_features": { "cv01": true, "cv03": 3, "cv09": 1, "VSAH": 7, "VSAJ": 8 } ``` And one can still use `"cv01": true`. https://github.com/zed-industries/zed/assets/14981363/3e3fcf4f-abdb-4d9e-a0a6-71dc24a515c2 Release Notes: - Added font feature values, now you can set font features like `"cv01": 7`. --------- Co-authored-by: Mikayla <[email protected]>
- Loading branch information
1 parent
b6189b0
commit 80caa74
Showing
3 changed files
with
130 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.