-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Using Windows EUDC Feature as a Font-Fallback with Nerd Fonts #159
Comments
Tangentially, I wonder if it would be possible to patch OS X's last resort font to include Nerd glyphs. If so, then it would be possible to use Nerd glyphs on all the three major operating systems without patching all the fonts. https://en.m.wikipedia.org/wiki/Fallback_font#Apple.27s_Last_Resort_font |
Hey Marcus! It's been a while 😄 . Thanks for this, I had no idea. Seems like a cool option for those who don't want to go the patched fonts route 👍 Good idea to add both of these to the wiki. I am totally up for that. Not sure when I would get around to that.. I did a lot of wiki work recently ... now I am on a website dev binge 😆 By the way either of you: feel free to contribute to the wiki to make it better if you desire. No worries there |
@sharkusk thanks for the tip, I was struggling to make the NerdFonts work with the Ubuntu Bash for Windows and this solved the issue. |
This was great, closing because it is now in the wiki: https://github.com/ryanoasis/nerd-fonts/wiki/Glyph-Sets-and-Code-Points |
@ryanoasis FWIW I don't see the information from this issue on that wiki page |
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. |
Hi Ryan,
I found the following tip to be useful when using Nerd Fonts under Windows and thought I would mention it in case you want to add it to your docs.
The EUDC feature of Windows can be used to define a fall-back font that will be used for Glyphs that are not found in the current font. This means that a single NF font can be installed on a Windows machine, and the NF Glyphs will then be shown for all other fonts in the system. No need to patch them all...
Info on EUDC can be found here:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd317836(v=vs.85).aspx
Here's the registry entry I use for my system. Please note: 1252 is the Windows page code for English, other languages will need to use a different numeric value for the page code.
Regards,
Marcus
The text was updated successfully, but these errors were encountered: