JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers

Home Page:https://jetbrains.com/mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some glyphs (like 5 and 8) are self-intersecting

MewPurPur opened this issue · comments

I'm coming from the Godot Engine which uses JetBrainsMono as its default code font. I was trying to use it in a TextMesh but got barraged with warnings about self-intersections.

image

This would make certain characters unable to be displayed. I was trying to use text meshes of numbers, so I've found that glyphs 5 and 8 are self-intersecting for example. This is an issue I don't face in most fonts

They must be using an older version of the fonts.
The most current variable version (v2.304) does not have overlaps in those figures (some older versions do).
So update to the current version.

Thank you! I'll check again with the newest version.