Differences between version 3 and revision by previous author of SubPixelAntiAliasing.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Friday, February 28, 2003 11:14:26 pm | by GreigMcGill | Revert |
Older page: | version 2 | Last edited on Wednesday, February 19, 2003 9:49:05 am | by JohnMcPherson | Revert |
@@ -11,4 +11,15 @@
match edit rgba=rgb;
This uses colour anti-aliasing rather than grey. You could also try
match edit rgba=bgr;
instead to see if it gives better results.
+
+!!Note
+In RedHat 8, and other distros which use freetype 2, this is now managed by the /etc/fonts/fonts.conf file. The addition is as follows:
+
+
+<!--
+ Enable sub-pixel rendering
+-->
+ <match target="font">
+ <edit name="rgba" mode="assign"><const>rgb</const></edit>
+ </match>