JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers
https://jetbrains.com/mono
SIL Open Font License 1.1
10.57k stars 298 forks source link

Fix overlaps for Multi-channel Signed Distance Field (MSDF) font rendering #686

Open jupiterbjy opened 6 days ago

jupiterbjy commented 6 days ago

image


When MSDF rendering is used, overlap sections are creating 'holes' in fonts.

To quote from Godot document:

Fonts with self-intersecting outlines will not render correctly in MSDF mode. If you notice rendering issues on fonts downloaded from websites such as Google Fonts, try downloading the font from the font author's official website instead.


However, since this font is directly from jetbrains site I believe this intersections exists from source.

Despite this font isn't widely used as general-purpose font, would totally appreciate such fix because I want to use this font for everything - as much that I wish my tombstone carved in jetbrains mono.

image