Asking for user feedback feels kinda pointless in that context, does your average user know what some random font should look like? Better would be to ask type designers for feedback on rendering their own typefaces
Better text rendering in Chromium-based browsers on Windows
21–30 of 133 posts
Re: Better text rendering in Chromium-based browsers on Windows
#22Re: Better text rendering in Chromium-based browsers on Windows
#23Chromium can't render fonts at all after they got rid of GDI rendering. Just compare Verdana 12pt in Word/LibreOffice and Chrome, they're not seriously trying to tell me that's the correct font? The letters don't even look the same. Left is Firefox with GDI, right is Chrome: https://i.redd.it/0fk50cgcexie1.png
Re: Better text rendering in Chromium-based browsers on Windows
#24I feel like the before/after picture is a prank. I can’t tell a difference, at least looking at it on my iPad.
To me the one on the right looks slightly darker/bolder, but not qualitatively better. The stems on the letter "m" in "<meta" in lines 2 and 4 are badly hinted (smeared/mushy looking), and drawn differently even though they're in the same horizontal position in both lines.
Re: Better text rendering in Chromium-based browsers on Windows
#25Re: Better text rendering in Chromium-based browsers on Windows
#26Re: Better text rendering in Chromium-based browsers on Windows
#27Earlier quoted context omitted.
If you look at the non-highlighted black text, in the new version - the text is darker. I agree it's minor, but it's definitely darker. https://developer.chrome.com/static/blog/better-text-renderi... Note: I'm not affiliated to Chromium in any way.
Embedding that image in a blog where it has to be resized down is silly since it makes the change impossible to see. At full size I can easily see the difference between the two though.
Re: Better text rendering in Chromium-based browsers on Windows
#28That's really great news. I always wondered why text rendering in Chrome looked so much worse than Firefox.
Re: Better text rendering in Chromium-based browsers on Windows
#29The subpixel layout of OLED screens is different than the the traditional layout, so text ends up looking pretty bad. Patching ClearType would be the first step to fixing this issue. I'm surprised that none of the display manufacturers have tried twisting Microsoft's arm to fix this issue. At the present moment OLED screens are the superior display technology, but cannot be used for productivity because of this issue.
Re: Better text rendering in Chromium-based browsers on Windows
#30It would be great if we could also go ahead and fix subpixel anti-aliasing for OLED screens. People have been been trying for years to get Microsoft's attention about this issue. [1] The subpixel layout of OLED screens is different than the the traditional layout, so text ends up looking pretty bad. Patching ClearType would be the first step to fixing this issue. I'm surprised that none of the display manufacturers h…