https://bugs.documentfoundation.org/show_bug.cgi?id=153882
خالد حسني <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|NOTOURBUG |--- Ever confirmed|1 |0 Status|RESOLVED |UNCONFIRMED --- Comment #7 from خالد حسني <[email protected]> --- I can’t reproduce the normal rendering issue on macOS. The bold and italic are synthesized by LibreOffice since the font has only one style, and for such an unconventional design, I wouldn’t expect too much from synthetic slanting and emboldening. The underline looks fine, the stroke-through is bad font data, other applications might be ignoring the font data (as LibreOffice used to do). So the only issue is why normal renders bad on Windows. It looks like the font sets its weight class to 5, which is too low value (ultra-thin is 100) and Windows GDI is known not to like weight class below 250 I think and will do funny things with the font. I’d try disabling/enabling Skia and see if it makes any difference, I’d also try the font with other Windows software that is still uses GDI (no idea what is still using it, most switched to DirectWrite by now, which presumably do not have this bug). Over all, I still think NOTOURBUG, but lets keep open for now in case we get a chance to debug the rendering issue. -- You are receiving this mail because: You are the assignee for the bug.
