Re: [ft-devel] Glitchy rendering of overlapping outlines in variable fonts

2019-09-25 Thread Alexei Podtelezhnikov
> https://i.postimg.cc/VLLmQqV2/Bildschirmfoto-vom-2019-09-25-21-22-01.png > > Same thing in the variable TTF. Is this a known limitation in the > renderer? Yes, but I m not convinced that this is a limitation. An overlap is an overlap, it does not matter if it within a glyph or between glyphs.

Re: [ft-devel] Glitchy rendering of overlapping outlines in variable fonts

2019-09-25 Thread Behdad Esfahbod
Yes. On Wed, Sep 25, 2019 at 1:38 PM Nikolaus Waxweiler wrote: > Hi list, > I was just looking at SourceSerifVariable-Roman.otf from > https://github.com/adobe-fonts/source-serif-pro/releases/tag/3.000R and > found this discrepancy between the variable instance of Black and the > static one

[ft-devel] Glitchy rendering of overlapping outlines in variable fonts

2019-09-25 Thread Nikolaus Waxweiler
Hi list, I was just looking at SourceSerifVariable-Roman.otf from https://github.com/adobe-fonts/source-serif-pro/releases/tag/3.000R and found this discrepancy between the variable instance of Black and the static one with overlaps removed:

[ft-devel] gcc warnings in woff2

2019-09-25 Thread Alexei Podtelezhnikov
In file included from freetype2/src/sfnt/sfnt.c:26:0: freetype2/src/sfnt/sfwoff2.c: In function 'woff2_open_font.isra.24': freetype2/src/sfnt/sfwoff2.c:1729:22: warning: '*((void *)+16)' may be used uninitialized in this function [-Wmaybe-uninitialized] WOFF2_InfoRecinfo;