-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add support for italic rendering #1422
Conversation
I think the problem is the ordering when using
Results in the fallback:
I'll look into fixing this. |
Should be fixed now, just needed to rearrange the font attributes. |
@bgw FYI I'll merge this in, conflicts should be minimal in your PR |
@Tyriar Help is appreciated for this Cascadia Code ticket microsoft/cascadia-code#515 |
This adds support for italic rendering.
You can test it with this command:
Let me know if you'd like any changes or anything else!
Related to #580