microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.11k stars 796 forks source link

Add stylistic sets for disabling bit operation ligatures #657

Open Piroro-hs opened 1 year ago

Piroro-hs commented 1 year ago

Description of the new feature/enhancement (with images if possible)

Some languages such as C++ and Rust use <> for generics. Sometimes there are complicated type like Rc<RefCell<HashMap<u32, Window>>>, ends up with uneven rendering of left and right angle brackets. Please add stylistic sets for disabling bit operation ligatures.

Proposed technical implementation details (optional)

I think the best approach is to add stylistic sets, but maybe tweaking design of ligaturised << to match > is also ok.