adam7 / delugia-code

Can we add Nerd Fonts to Cascadia Code Font using a GitHub Action
MIT License
572 stars 34 forks source link

\u276F character does not display on conhost.exe #25

Closed LuanVSO closed 4 years ago

LuanVSO commented 4 years ago

\u276F ("❯") is the bold version of \u276D ("❭").

conhost with delugia code complete set as font:

image

conhost with hack NF set as font:

image

LuanVSO commented 4 years ago

uhm, actually this problem is with cascadia itself so i think i'm gonna close this

Finii commented 4 years ago

As we added (0u2262) and (0u2263) already, it is super simple to fix/workaround this.

Note that the underlying real problem is the application. It should use Uniscribe instead of GDI (see bottom of #26).