←back to thread

151 points zdw | 2 comments | | HN request time: 0s | source
Show context
newZWhoDis ◴[] No.42153389[source]
I don’t care how much they improve the CPUs, not upgrading before OLED
replies(2): >>42153640 #>>42153844 #
imbnwa ◴[] No.42153844[source]
Doesn’t OLED pixel layout not line up with modern text rendering engines? At least that’s what I believe I’ve read from reports on banding around text on Windows in particular that makes long-running text work a problem.
replies(4): >>42153864 #>>42153886 #>>42154477 #>>42154603 #
ipsum2 ◴[] No.42153886[source]
People read text on the OLED screen of the iPad Pro all the time.
replies(1): >>42154408 #
1. imbnwa ◴[] No.42154408{3}[source]
Yeah think its a ClearType issue[0] specifically then

[0]https://github.com/microsoft/PowerToys/issues/25595

replies(1): >>42154456 #
2. jpgvm ◴[] No.42154456[source]
Freetype also doesn't do the right thing on RGBW at least. Reading code in the repo suggests it's possible to reconfigure it to work properly with the Harmony algorithm but I haven't worked out how yet. If anyone knows how to sponsor efforts to fix this I would totally contribute to that.

A separate problem is that I don't think there is a standard way for monitors to communicate the subpixel layout in such a way the font rendering engine will have access to it. That seems like a pretty big oversight when introducing these in the first place.