I don't understand why anybody (MS, the FreeType devs, ...) would choose DirectWrite style rendering. It just looks blurry to me. Even on a hidpi display, where it shouldn't make a difference, it looks wierd compared to GDI rendering. One major reason I don't like Edge, and also find Metro and XAML apps somehow yucky (just a gut reaction, I'm not judging them technically).
The new TrueType interpreter in FreeType 2.7.0
51–60 of 86 posts
Re: The new TrueType interpreter in FreeType 2.7.0
#52Man, all these years I assumed FreeType's "slight" hinting setting was secretly the 'ignore horizontal hinting' option.
FreeType FreeType 2.6.2+ hint=slight: use native "vertical-grid-only-snapping" for OpenType/CFF, fallback to autohinter "vertical-grid-only"
FreeType 2.7.0 v40 default: support TrueType too for native "vertical-grid-only-snapping", and enable this by default (regardless if hint is set to slight or not?)
Re: The new TrueType interpreter in FreeType 2.7.0
#53"Switching to the new mode might take some getting used to though, so if you think your fonts are suddenly fat, fuzzy or weird, give your brain some time to adjust." This is true, and IMO it's the reason font rendering is much less important than people think. When I got a new pair of glasses I disabled font anti-aliasing to make the edges as sharp as possible. I did this so I could more quickly learn to focus my eye…
“If I had asked people what they wanted, they would have said faster horses.” - Kurt Cobain.
Re: The new TrueType interpreter in FreeType 2.7.0
#54FreeType is not "Linux" software but "UNIX" software. I don't understand why this keeps happening.
It runs on Windows and other non-unix-like operating systems too.
Re: The new TrueType interpreter in FreeType 2.7.0
#55Earlier quoted context omitted.
To be fair, the main reason for algorithmic fonts is so that non-latin characters scale up nicely. Storing chinese characters at a high bitmap resolution gets expensive fast, and you'd need several bitmaps for each character to keep them legible at smaller sizes.
Trying to have chinese characters legible at "smaller sizes" is a hopeless cause; they contain much more information than letters do and they consequently need more space. Check out the rendering of the very common character 疆, which HN would like to slot in at basically the same size as the rest of the text. As it shows on my computer, it's legible -- but not correct. (Most egregiously, the horizontal stroke at the…
Testing this reminded me that I always read HN two zoom-levels higher than the smallish default.
Re: The new TrueType interpreter in FreeType 2.7.0
#56Earlier quoted context omitted.
“If I had asked people what they wanted, they would have said faster horses.” - Kurt Cobain.
Wasn't that Henry Ford?
( https://thechive.files.wordpress.com/2015/05/some-things-are... )
Re: The new TrueType interpreter in FreeType 2.7.0
#57Finally. To be honest I switched back to using Windows on my private machine because font rendering on Linux (using Chromium and Firefox) was more like a lottery than something readable without enough alcohol. A pity it will take some time to ship to Debian Testing, I'd love to try it without having to recompile the whole system.
Xft.antialias: true
Xft.autohint: false
Xft.dpi: 100
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgbRe: The new TrueType interpreter in FreeType 2.7.0
#58So why do we still need an interpreter?
Re: The new TrueType interpreter in FreeType 2.7.0
#59Earlier quoted context omitted.
Is that a typo of metafont, or is there another system called metaphont? I did a few web searches and didn't come up with anything.
Is a typo. no idea what my head was doing.
Confusing METAFONT with metaphors, presumably.
Re: The new TrueType interpreter in FreeType 2.7.0
#60Meanwhile Microsoft has basically given up on sub-pixel smoothing: it's missing from Windows Store/Modern/Metro apps (including Edge) and IE10 and newer and is mostly absent from Office 2013 and newer when running on Windows 8 and above†. More's the pity - not all of us have high DPI screens yet. † https://www.quppa.net/blog/2012/07/17/office-2013-further-ev...