Review of Microsoft's ClearType Font Collection (2005)(typographica.org) |
Review of Microsoft's ClearType Font Collection (2005)(typographica.org) |
https://en.wikipedia.org/wiki/ClearType#ClearType_in_DirectW...
---
Some interesting comments from the article that didn't work out this way in the end:
> Everybody’s favorite face will be Constantia by John Hudson.
> Cambria will be the default font in the next Microsoft Word, taking over the spot long owned by Times.
> I’m not sure how much need there is for a rounded sans [Calibri]
In the end, the new default font in Word 2007 was Calibri, which was surely by far the most used of these new fonts. It was easy to switch to Cambria (and it was the default heading font for a while) so that was fairly well used, while Constantia is essentially unknown.
Let's see whether it will also be the one with the most lasting impact.
It’s duals/mirrors all the way down. Or up.
MacOS went the other direction and removed subpixel rendering entirely, which is partly why low DPI external displays tend to look worse there.
I thought this site being a typography focused site would have a better way to deal with it's still as bad as I remember it.
Mobile devices, unless you get really close to the screen, have matched the retinal density for a while. Most people hold the device at about 8 inches, so 450 dpi is the value to hit.
Edit These measurements assume 20:20 vision, which is the average. Many people exceed that. So you'd need slightly higher values if you're feeling pedantic.
100 dpi with subpixel rendering already maxes out angular resolution (horizontal). It doesn't max out everything (retinal), so you still see some artifacts, but practically this is not that relevant. The price in energy/bandwidth rises quadratic for very little gain.
To get the equivalent of 4K at 100 ppi - with 200 ppi you have to put the burden of 8K onto the GPU... For now this is absolutely not good - High ppi is ok for small monitors and handheld devices, but for a decent desk with several good monitors GPUs just aren't ready yet.
For rendering of text/video even an underpowered integrated gpu can handle it fine, only issue is using a bunch more ram.
For reference my very underpowered desktop AMD igpu on 3 generations old gpu architecture (2CUs of RDNA 2) only has trouble with the occasional overly heavy browser animation
You can try to configure it to be off, and while that almost works, many applications will still simply not respect the setting. This is particularly apparent (and infuriating) with apps that don't render in high-resolution mode, because their rendering then no longer has anything to do with actual subpixels.
I imagine this behavior came from ClearType having been a special case, and therefore non-native widget toolkits getting explicitly programmed to render with it on Windows, forgetting that the user should be able to turn it off!!
> MacOS went the other direction and removed subpixel rendering entirely, which is partly why low DPI external displays tend to look worse there.
Subpixel antialiasing is a compromise. Once every Mac shipped with a Retina display, there was no need to retain that compromise, because you already get high resolution so you may as well get color accuracy too.
I will note macOS still enables by default a feature called "stem darkening" (incorrectly called "font smoothing" in macOS Settings) that also looks fairly awful to my eye, and seems itself a legacy from the low-DPI days.
I see, that is indeed frustrating.
> Once every Mac shipped with a Retina display, there was no need to retain that compromise, because you already get high resolution so you may as well get color accuracy too.
I believe that is Apple's position, and it may be valid for their own high-DPI displays. However, it overlooks the fact that most external monitors, especially typical office displays, are still far from retina pixel densities. Even on a relatively good 27" 4K panel, text on macOS looks noticably worse than on Windows or Linux. Then again, that's likely compounded by the lack of fractional scaling. Unless you're using a 5-6K external display, you aren't hitting 250+ PPI to get crisp text at all.
> I will note macOS still enables by default a feature called "stem darkening" (incorrectly called "font smoothing" in macOS Settings) that also looks fairly awful to my eye, and seems itself a legacy from the low-DPI days.
Yea, I've seen quite the range of stem darkening implementations. Skipping proper gamma-correct blending in many doesn't help.
The really annoying thing nowadays is renderers attempting to apply subpixel rendering to panels that aren't even RGB/BGR in the first place.
> The really annoying thing nowadays is renderers attempting to apply subpixel rendering to panels that aren't even RGB/BGR in the first place.
Oh yes, I know a Bayer advocate. And things like WOLED are also a thing.