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.64k stars 804 forks source link

Add glyphs for turned two and turned three #453

Open chtenb opened 3 years ago

chtenb commented 3 years ago

Description of the new feature

Can we add support for

https://codepoints.net/U+218A

https://codepoints.net/U+218B

I would provide a pull request, but getting the font hinting right is outside my expertise. I'd assume it wouldn't be hard, since it would be a rotation of two existing glyphs.

Background: these glyphs are used for rendering numbers in the dozenal system.

chtenb commented 3 years ago

I created a python script which adds these glyphs to any TrueType font by rotating the existing 2 and 3: https://github.com/dznl/fontdozenalizer