-
Notifications
You must be signed in to change notification settings - Fork 13
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
On Windows Intellij IDE's don't recognize the font as monospaced #68
Comments
@hesselmonk Could you try with this font file? (It includes changes in #67 ) 0xProto-Regular-fixed_monospace-and-auto_hinting.zip This file contains the changes for the upcoming release, including the removal of zero-width glyphs (e.g., U+200B). Since all glyphs in this font file have the same width, it will be classified as a monospaced font. |
Using that font file does not seem to make a difference, it is still not in the monospaced font list. This might, again, be an Intellij specific issue because other applications (such as the Windows Terminal) do recognize it as monospace. I see that Jetbrains own font is also made using Glyphs, maybe there's some useful info in their settings? https://github.com/JetBrains/JetBrainsMono |
@hesselmonk Could you try to use 0xProto v2.000? It includes the change to fix the bug in this comment #68 (comment) |
Sadly Rider still doesn't list it as monospace on Windows (I installed the ttf font) |
I see. Thanks for letting me know. |
To be able to select the 0xProto font in Intellij IDE's (Rider in this case), I have to disable the "Show only monospaced fonts" checkbox
Maybe it is related to the missing meta data (#67 (comment))
The text was updated successfully, but these errors were encountered: