Skip to content
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

Open
hesselmonk opened this issue Apr 18, 2024 · 6 comments
Open

Comments

@hesselmonk
Copy link

hesselmonk commented Apr 18, 2024

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

image

Maybe it is related to the missing meta data (#67 (comment))

@matype
Copy link
Member

matype commented Apr 19, 2024

@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.

@hesselmonk
Copy link
Author

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

@matype matype mentioned this issue Apr 19, 2024
@matype
Copy link
Member

matype commented Apr 23, 2024

I found a bug ( #69 ) in the current version where some glyphs are wider than others and are no longer strictly monospaced font.
I've fixed it in the v2.0 Pull Request ( #66 ), so perhaps this problem will be fixed at the same time.

@matype
Copy link
Member

matype commented May 1, 2024

@hesselmonk Could you try to use 0xProto v2.000? It includes the change to fix the bug in this comment #68 (comment)

@hesselmonk
Copy link
Author

Sadly Rider still doesn't list it as monospace on Windows (I installed the ttf font)

@matype
Copy link
Member

matype commented May 2, 2024

I see. Thanks for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants