▲ | vidarh 2 days ago | |||||||
Thanks for the pointer, but from the page you linked to: > Even though xfstt doesn't do any anti-aliasing of the fonts (since there's no support for this in X) The page it links to for xfsft as well, says this: > Although FreeType does support font smoothing, the modified libfont.a does not. Adding font smoothing to X would require a major change to the system: in X, glyphs are (monochrome) bitmaps, and there is no support for using pixmaps as glyphs. Changing this would require the design and implementation of an extension to both the X protocol and the font server protocol, and changing applications to use the extensions. It goes on to link to the Xrender extension as a solution. | ||||||||
▲ | anthk 2 days ago | parent [-] | |||||||
Well, my fault again. I remember a daemon doing XFT rendering for plain X, from Debian Woody days. | ||||||||
|