Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Regression] Font character display in IDE broken for Cascadia Code 2102.025 (as shipped by Windows Terminal 1.9.1445.0) #489

Closed
dannya opened this issue Jun 1, 2021 · 2 comments

Comments

@dannya
Copy link

dannya commented Jun 1, 2021

Cascadia family version

2102.025

Cascadia family variant(s)

Cascadia Code (the version with ligatures)

Font file format(s)

Windows Terminal included version (TTF (variable))

Platform

Windows 10 19043.985

Other Software

Windows Terminal 1.9.1445.0
IntelliJ IDEA 2019.1.4

What happened?

After the latest update of Windows Terminal Preview (to version 1.9.1445.0), I've noticed that the Cascadia Code v2102.025 font shipped with it (which I set as my main IDE editor font) is now showing unexpected characters when viewing my files:

Cascadia Code:

font-cascadia

vs. Consolas:

font-consolas

win-terminal

Code shown in above screenshots:

# source venv/bin/activate
# cd misc
# clear && python test_normalize_all--performance.py


#
import os
os.environ['IS_ENV_TEST'] = 'True'


import sys
sys.path.append('../')

from server.tool.performance.normalize import normalize_file
@aaronbell
Copy link
Collaborator

I suspect that this is due to postscript naming issues that will be solved by the #482 / #466 PR updates as Jet Brains has a particular way of enumerating fonts.

@aaronbell
Copy link
Collaborator

Closing as a suspected dupe of #482. Feel free to re-open if the next version of the font doesn't solve this for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants