Overpass icon indicating copy to clipboard operation
Overpass copied to clipboard

Ovepass fonts doesn't look too good in Visual Studio 2017

Open MrClyfar opened this issue 6 years ago • 9 comments

I've installed the Overpass Mono font .otf file into my Windows fonts.

When I select Overpass Mono as the font to use in Visual Studio 2017, the end result does not look good at all. If you look at the attached screenshot, you'll notice that the font does not render well.

My question is whether this is because I'm using the font in Windows and nothing can be done, or something else to do with the font itself?

2018-03-15_16-06-58

MrClyfar avatar Mar 15 '18 16:03 MrClyfar

I'm having a similar issue on Debian Sid when displaying Overpass Mono Regular at size 9. I have tried all combinations of hinting (none, slight, medium, full) and anti aliasing (none, grayscale, subpixel), with identical results. The problem is not present at size 10 and above.

In Gedit: image

In Sublime Text 3: image

In Gnome font config: image

naav avatar Apr 13 '18 07:04 naav

I also have this problem on the browser.

gusbemacbe avatar May 18 '18 00:05 gusbemacbe

Reapplying the latest version of ttfautohint with the family-wide features could help.

If that isn't enough, developing a ttfautohint controls file ( https://www.freetype.org/ttfautohint/doc/ttfautohint.html#control-instructions) will be needed

davelab6 avatar May 18 '18 00:05 davelab6

I used FontForge to generate autohint and it seems to be solved, but I do not know if it was a bad idea. Here's the result:

image

gusbemacbe avatar May 18 '18 00:05 gusbemacbe

And here is the result in VSCode:

image

gusbemacbe avatar May 18 '18 00:05 gusbemacbe

I'm having a similar issue on Debian Sid when displaying Overpass Mono Regular at size 9. I have tried all combinations of hinting (none, slight, medium, full) and anti aliasing (none, grayscale, subpixel), with identical results. The problem is not present at size 10 and above.

Did you build the font from source on Debian Sid? I'm trying to make a debian package...

alexmyczko avatar Nov 13 '18 15:11 alexmyczko

or directly with https://packages.debian.org/sid/fontmake just that it fails for me for the latest font version

alexmyczko avatar Nov 14 '18 05:11 alexmyczko

The issue affects also Overpass Italic variants.

mikccc avatar Dec 28 '18 17:12 mikccc

I'm having a similar issue on Debian Sid when displaying Overpass Mono Regular at size 9

Problem disappears when hinting the OTFs with https://github.com/adobe-type-tools/psautohint.

madig avatar Nov 23 '19 12:11 madig