Linux font progress?
So I finally got around to hacking freetype yesterday. All I did was modify the FIR filter weights that are used for the “lcddefault”-style filtering. Where as they use to be a [1, 4, 7, 4, 1] weighting (relative), I tried a [1, 3, 4, 3, 1]. To my eyes, it results in a lot […]