-
-
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 fonts. #2829
True italic fonts. #2829
Conversation
True italics are enabled if a font-italic.ttf is present in ${HOME}/.termux folder, if this file not exists fallback to default behaviour of italics.
It's very difficult to notice and explain, but it occurs when the cursor is blinking over an italic text it's "shrunken", this is more visible with slashes.
If this PR is merged please add a corresponding tip here: |
@j0ng4b I couldn't understand that. Can you provide an example? I tried this PR with two different fonts and it works:
|
Why is this not merged? This works perfect. |
Waiting for this project to be fixed and merged |
@j0ng4b @agnostic-apollo can this be merged? |
21804bc
to
3f7a939
Compare
Waiting for this PR merge conflicts to be resolved to see if it fixes my italic clipping issues with neovim. Any progress? |
Hopefully it's fixed soon |
Please, resolve the conflicts 🙏 |
For anyone who wants to build, the PR is still working, there's very simple conflicts |
Any updates? |
When I get some time I'll work on improve this (maybe add true bold fonts) and fix the conflicts. |
Hey, are there any updates on this? |
Closes #711. Adds support to true italic fonts. If an italic font file (
~/.termux/font-italic.ttf
) not exists, fallback to previous italic effect.One thing that maybe can be an issue is to use two different kinds of fonts. This isn't easy to handle with my current knowledge of the code then should be avoided if possible (sane people will not use two different fonts, I hope...).