| It's a hack/trick since it exploits a hardware layout that wasn't meant to be used from the software side. Like most hacks, it can work for some common use cases but will have a lot of edge cases : - how to detect the user pixel layout? on web, native applications.. - what about users who switch between landscape/portrait orientations? - does it make correct gamma rendering more complex? switch to dark mode harder? Also, I cannot find a simple implementation, focused on subpixel-AA. So people will probably have to start from scratch.. Here is the most interesting link I found:
https://www.grc.com/cttech.htm |
> does it make correct gamma rendering more complex? switch to dark mode harder?
Most text rendering is gamma-incorrect anyway, AFAIK, subpixel-AA or not. It doesn't make it more complex, just work in a linear colorspace either way.