-
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
Support strikethrough text style #580
Comments
Is this implemented as of today? |
It's not implemented, what CSS are you referring to? |
Sorry for the CSS part, I thought to have seen it there Are you planning on implementing this soon or is this a low priority task? |
Those are for the ones that are implemented. This is low priority and is blocked by #756 which is reimplementing how the character attributes are stored. |
Here is a nice script to test the different styles: |
Cool! 😍 |
Oh man, I want this so bad (italic). |
Italics fixed in #1422 |
If anyone wants to help out with this you will want to copy how underline works in the DOM (DomRendererRowFactory.ts) and canvas renderers (TextRenderLayer.ts), for the latter a new method like |
I notice these aren't implemented:
Dim(Done)\e[2m
->opacity: 50%
Italics(Done Add support for italic rendering #1422)\e[3m
->font-style: italic
\e[9m
->text-decoration: line-through
The text was updated successfully, but these errors were encountered: