-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
True italic font support #711
Comments
This would be very cool -- hoping to use the font Operator Mono (or one of its free clones) with emacs in Termux. |
Any updates on this? |
It would be really cool to have this feature. I really love Victor-mono. |
Well, I successfully build a version of termux thats support italics here some screenshots: Without italic the text is rendered as a monospaced text. Should I make a pull request? I not already not made one because what I made on code seems a bit of mess and had some points I can't understand. |
Would be possible to also add true support to bold fonts. |
I think it will be better to fallback to the regular font rather than the monospace font |
It's true, I forgot to made this, the monospace was to test if everything works as expected, a better fallback is to use the current behaviour of italics alongside the regular font |
Made another pr similar to the first one since the other was closed because of conflicts: #4141 |
Currently, italic fonts are achieved by making the current font oblique. It would be great if it would use the italic font instead.
Here's how I envision it could work: Similar to using a custom font with
~/.termux/font.ttf
, put an italic font in a file called~/.termux/font-italic.ttf
. Then run this:and it would print this:
light fixture
Examples with Source Code Pro
Regular:
Italic:
The text was updated successfully, but these errors were encountered: