https://bugs.documentfoundation.org/show_bug.cgi?id=95072
خالد حسني <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTOURBUG --- Comment #13 from خالد حسني <[email protected]> --- This is essentially a Windows bug. The font sets OS/2.usWeightClass to 100, and Windows (at least GDI) is known to embolden any font with usWeightClass less than 250. So GDI is emboldening the font, together with the way we draw outlined text in GUI this gives the distorted outlines. https://learn.microsoft.com/en-us/typography/opentype/spec/os2#usweightclass https://typedrawers.com/discussion/comment/20149/#Comment_20149 PDF does not suffer from the emboldening issue and the outlined text is also handled slightly differently (that is why it appears thinner). -- You are receiving this mail because: You are the assignee for the bug.
