-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Use custom css properties on terminal font render ( webkit-font-smoothing ) #2864
Comments
Maybe related to #2601 , is there no official way to change/hook in to the rendering? |
+1, would really like to get my fancy ligatures back! |
@Tam support for ligatures is up to xterm sadly. Since switching to canvas rendering ligatures is hard to support. see xtermjs/xterm.js#958 |
That is so sad..., the only reason I use hyper.js is only for the ability to use css props 🙁 |
@Stanzilla The issue is that neither |
Since hyper now renders with canvas, you are correct in that it doesn't change how fonts are rendered, some things can be changed via xterm API. |
I am on the latest Hyper.app version
I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: macOS 10.13.3
Hyper.app version: 2.0.0
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/alxtz/a103d33851cb97c501a65b567feb6cb9
Issue
In pre 2.0.0 of hyper.js, I'm able to customize the css props of the fonts in hyper.
One of my favorite, is to use
-webkit-font-smoothing
to make the font display more smooth.Before
After
In 2.0.0
In 2.0.0, I believe all the
x-row
based css is deprecated, since the term windows is all rendering using canvas.Is it still possible to do those customization in 2.0.0? The doc only revealed some very basic setup for it. https://hyper.is/
The text was updated successfully, but these errors were encountered: