-
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
Font-Patcher fails when applied to Monaco font with Ligatures on macOS 10.14 beta 10 #292
Comments
Thanks for the report, sorry to hear about your troubles. I'd like to try out the font you attached but I cannot tell you when I'll have time to do it. |
Don't worry. Whenever you have a moment, that'll be fine! |
Hey @carlca , I have recently also tripped on this. I went to investigate the line, which is: https://github.com/ryanoasis/nerd-fonts/blob/master/font-patcher#L761 So if you download the release tarball, you ought to recreate a "src/glyphs" directory with the same files as https://github.com/ryanoasis/nerd-fonts/tree/master/src/glyphs as they don't seem to be included in the tagged source releases for some reason. I was able to manually patch my font after that. @ryanoasis Would it be feasible to bundle this directory by default with the tarball releases? Or even provide a separate zip containing them for each release? I think it would be helpful in the future for people not knowing how to deal with this. |
The solution @resolritter posted works fine. Issue could be closed. |
Nowadays you use the
This is exactly what is available now, maybe it was your idea. 👍 Furthermore there is a PR to have the same for the bleeding-edge font-patcher: #1044 |
The ominous error message from the top has been fixed with this f97d729 |
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. |
macOS 10.14 Mojave beta 10
MacVim Custom Version 8.1.280 (151)
iTerm2 v3.2.0
I currently am using a version of Monaco.ttf which has had the Ligaturizer patcher applied to it. My initial attempts to use this failed with File Open errors, but eventually the author, @ToxicFrog sent me a version of Monaco.ttf which worked.
Now I'm trying to use your
vim-devicons
plugin and I am coming up with the fact that I need to have a Nerd Font version of this font. So I ran this command...fontforge -script ./bin/font-patcher /Users/carlca/Library/Fonts/LigaMonacoNew.ttf
but received the error message...
Any idea what's wrong?
I have attached the file in question.
LigaMonacoNew.ttf.zip
Another factor may be the fact that I am not certain that I have loaded the
vim-devicons
plugin correctly. I am using the Pathogen plugin manager, and following advice from the author @tpope I used the line...set rtp+=~/clone/VimBox/dotVim/bundle/vim-devicons-master
after the
call pathogen#runtime_append_all_bundles()
line
to try to ensure that vim-devicons was the last plugin loaded. It's not inconceivable that I may have got this wrong here, since I am not greatly skilled in the ways of Vim!
All I'm after, at the end of the day, is a pretty looking NERDTree with lots of whizzy file icons!
Cheers,
Carl Caulkett
The text was updated successfully, but these errors were encountered: