![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Desktop Environments Support for your Ubuntu desktop. Including Gnome, KDE and XFCE. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Grande Half-n-Half Cinnamon Ubuntu
![]() Join Date: Mar 2006
My beans are hidden!
|
Improved subpixel font rendering packages for Edgy
Earlier this year FreeType developer David Turner posted some patches for Cairo and Xft that improved the rendering of fonts on LCD screens (but also CRTs with Trinitron layout). These were put up with the proviso that he was unsure whether they would infringe patented algorithms around Microsoft’s ClearType technology.
The most recent patches by David have been incorporated into a series of packages that replace the libraries libreetype6, libcairo2 and libxft2 on Edgy. The patches move the filtering from Xft and Cairo to Freetype with the effect that letters have less color fringing and more faithful letter outlines. This is achieved by more advanced subpixel filtering methods and getting rid of stem quantization. Some people dislike this kind of “hack” visually, but for many it is a good trade-off of letter contrast and font aesthetics. These patches have meanwhile been released with FreeType 2.3.0. User mlind is hosting readymade packages for Edgy in his own repo. These are the sources (enter in /etc/apt/sources.list) Code:
deb http://www.telemail.fi/mlind/ubuntu edgy fonts deb-src http://www.telemail.fi/mlind/ubuntu edgy fonts Code:
gpg --recv-keys 937215FF gpg --export --armor 937215FF | sudo apt-key add - It’s up to taste (or debate) whether the font internal shape instructions (hints) lead to better results or the automatic hinter that uses generic heuristics. The two systems – i.e., either the byte-code interpreter or the auto-hinter – can be toggled with Code:
sudo dpkg-reconfigure fontconfig-config To reduce the superbold appearance it might help to switch the autohinter off for bold faces. This can be done by adding some lines in the .fonts.conf file in the user home directory or in the system-wide /etc/fonts/fonts.conf. A complete user file is attached to this post. Code:
<match target="font"> <test name="weight" compare="more"><const>medium</const></test> <edit mode="assign" name="autohint"><bool>false</bool></edit> </match> and in a FreeType release > 2.3.0 where the code has to be enabled with the macro FT_CONFIG_OPTION_SUBPIXEL_RENDERING before compiling. Last edited by hugmenot; April 1st, 2007 at 08:39 AM.. Reason: rewording and less options |
|
|
|
|
|
#2 |
|
Skinny Extra Sweet Ubuntu
![]() Join Date: Nov 2005
Beans: 2,325
Ubuntu Intrepid Ibex (testing)
|
Re: Improved subpixel font rendering packages for Edgy
I'll subscribe to this thread. Although I'm not Edgy user yet, I'm going to install these packages once Knot 2 is out.
__________________
Building on Ubuntu using [pbuilder] Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox] |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Beans: 115
Ubuntu Karmic Koala (testing)
|
Re: Improved subpixel font rendering packages for Edgy
And i need the original turner patches to build new ones.
Does somebody have them? |
|
|
|
|
|
#4 | |
|
Skinny Extra Sweet Ubuntu
![]() Join Date: Nov 2005
Beans: 2,325
Ubuntu Intrepid Ibex (testing)
|
Re: Improved subpixel font rendering packages for Edgy
Quote:
I can rebuild and upload the packages if required.
__________________
Building on Ubuntu using [pbuilder] Other resources [Upgrading from CVS, Gaim2, Anjuta, Rhythmbox] |
|
|
|
|
|
|
#5 |
|
A Carafe of Ubuntu
![]() Join Date: Oct 2005
Beans: 104
|
Re: Improved subpixel font rendering packages for Edgy
I prefer the default font rendering. These packages make fonts really blurry.
|
|
|
|
|
|
#6 |
|
Tall Cafè Ubuntu
![]() Join Date: Jan 2005
My beans are hidden!
|
Re: Improved subpixel font rendering packages for Edgy
So why would he think they would. Wouldnt you know one way or another? Honest question.
Last edited by MetalMusicAddict; August 17th, 2006 at 04:59 PM.. |
|
|
|
|
|
#7 |
|
Ubuntu Developer
![]() |
Re: Improved subpixel font rendering packages for Edgy
It's best not to check. You get in more trouble for knowingly infringing on a patent.
|
|
|
|
|
|
#8 | |
|
Grande Half-n-Half Cinnamon Ubuntu
![]() Join Date: Mar 2006
My beans are hidden!
|
Re: Improved subpixel font rendering packages for Edgy
Quote:
Jinghua told me that they were a direct port however. Could be the newer Freetype, though. |
|
|
|
|
|
|
#9 |
|
Ubuntu Developer
![]() |
Re: Improved subpixel font rendering packages for Edgy
I turned off all hinting, it looks a lot like OS X or WinXP fonts now.
|
|
|
|
|
|
#10 | |
|
Way Too Much Ubuntu
![]() Join Date: Mar 2006
Location: Montreal, Canada
Beans: 245
Hardy Heron (Ubuntu Development)
|
Re: Improved subpixel font rendering packages for Edgy
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|