-
Notifications
You must be signed in to change notification settings - Fork 3.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
fix Terminess (Terminus) glyph issues #23
Comments
Fixed indendation
Still no terminus patched font ? :( |
Not yet sorry 😞 Related see #86 |
Could you add an error message to the install script? Currently, running it gives:
Which is kinda confusing… |
Not to pester you but is there any chance of a fix soon? |
@TheRizzen Terminus (Terminess) is going to be included in 0.9.0 (the TTF version), it seems to work fine but the only problem is if you do not have antialiasing enabled: #86 @kierun Really sorry about the delayed reply. Can you please try the install script again? You should have more luck with the much improved install script Terminus by the way isn't currently being patched in master (that will be available in 0.9.0). Here is my test of this: ls ~/.local/share/fonts/** | grep Term | wc -l
0
./install.sh Terminus
mkdir: created directory ‘/home/ryan/.local/share/fonts/NerdFonts’
‘/home/ryan/projects/nerd-fonts/patched-fonts/Terminus/terminus-ttf-4.40.1/Regular/complete/Terminess (TTF) Nerd Font Complete.ttf’ -> ‘/home/ryan/.local/share/fonts/NerdFonts/Terminess (TTF) Nerd Font Complete.ttf’
‘/home/ryan/projects/nerd-fonts/patched-fonts/Terminus/terminus-ttf-4.40.1/Italic/complete/Terminess (TTF) Italic Nerd Font Complete.ttf’ -> ‘/home/ryan/.local/share/fonts/NerdFonts/Terminess (TTF) Italic Nerd Font Complete.ttf’
‘/home/ryan/projects/nerd-fonts/patched-fonts/Terminus/terminus-ttf-4.40.1/BoldItalic/complete/Terminess (TTF) Bold Italic Nerd Font Complete.ttf’ -> ‘/home/ryan/.local/share/fonts/NerdFonts/Terminess (TTF) Bold Italic Nerd Font Complete.ttf’
‘/home/ryan/projects/nerd-fonts/patched-fonts/Terminus/terminus-ttf-4.40.1/Bold/complete/Terminess (TTF) Bold Nerd Font Complete.ttf’ -> ‘/home/ryan/.local/share/fonts/NerdFonts/Terminess (TTF) Bold Nerd Font Complete.ttf’
/home/ryan/.local/share/fonts/NerdFonts: caching, new cache contents: 4 fonts, 0 dirs
/home/ryan/.local/share/fonts/NerdFonts: caching, new cache contents: 4 fonts, 0 dirs
/var/cache/fontconfig: not cleaning unwritable cache directory
/home/ryan/.cache/fontconfig: cleaning cache directory
/home/ryan/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded
ls ~/.local/share/fonts/** | grep Term | wc -l
4 |
@ryanoasis Thank you for your time. In no way or shape do I mind a delay! Here is what I ran:
However, I think I know what the problem might be:
So, I have no fonts there. Should I have downloaded them myself or should they be in the repo? GutHub suggest that they are not there in |
Yeah so the Terminus fonts I generated yesterday but I haven't commited yet. I will try to do that later today and I will make sure to ping here. Thanks |
Pushed the source fonts and the patched fonts (TTF version of Terminus) on 0.9.0 branch @kierun Go ahead and give it a try if you want. Thanks. |
Here is what I tried:
Looks good to me! ☺ Is there a screen shot of some fonts glyths I can do so as to verify that it all works as expected? Many thanks indeed! PS: Note to anyone reading this and getting weird errors: |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
splitting Investigate and fix Terminess (Terminus) and ProggyClean glyph issues #16 into 2 issues (#16 and this one)
The text was updated successfully, but these errors were encountered: