-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Missing Nerd font icon #231
Comments
Thanks! |
Missing icons. It looks like there are quite a few icons missing. I think the missing icons are the ones from https://microsoft.github.io/vscode-codicons/dist/codicon.html, the VSCode icons, NerdFonts come with them, but if search for them in the help files ( If you use the search cheat sheet from Nordfonts you'll see they're all there, icons like Can you fix it please? Thanks in advance. Great font, astonishing work, keep it up. |
Thanks @vricop to help me in fixing this situation! |
More on missing NerdFont glyphsI've been making some tests in order to figure out what's going on with the missing icons. First of all here's a screenshot of DankMono, a premium font that I bought not long ago: This is my vim configuration for using codeicons in DankMono*On the left you can see all the codicons (VSCode icons) that I'm using. This overwrites CMP default icons. On the right —the floating window— the default icons configured in CMP —an autocomplete plugin for VIM. As you can see this plugin is already using the codeicons glyphs from NerdFont, the floating window is telling us that is using either one glyph or another ( *DankMono won't bring some NerdFont icons, so I patched it using the Font Patcher Script found in https://www.nerdfonts.com/. Here's how it's rendering with PragmataPro (regular): PragmataPro:PragmataPro Liga:PgramataPro Mono LigaIt could be something to do the way you patched PragmataPro, here are the options that I've used to patch DankMono with the Font Patcher Script: ./FontPatcher/font-patcher DankMono-Regular.otf -l -c --careful -ext otf
You can see all the available options in the NerdFont page at the bottom of the home page. DankMono is showing all the available glyphs just fine. Maybe there's another option so that glyphs can be also centered horizontally. I still need to figure that out, but with those options is working pretty good already. |
Temporary fix for those with missing iconsI've just got it working! I've tried patching PragmataPro Liga with NerdFont Patcher and I've got it right in the second try with these flags (options): ./FontPatcher/font-patcher PragmataProR_liga_0829.ttf -l -c -ext otf Note: there's no |
@vricop thanks but looks like we wont have to overwrite the glyphs soon with this comment making reference to a fix being available soon? |
That's good news! Thanks to let me know. In the meanwhile I'll use my patched version. @fabrizioschiavi do you notify buyers everytime you make an update? I'm planning to buy the bold version in Christmas. Buon Natale e prossimo anno nuovo! |
Fixed in version .830 |
Former is the Hack font with Nerd icons.
The text was updated successfully, but these errors were encountered: