Difference between revisions of "Fonts"
From Funtoo Linux
| Line 1: | Line 1: | ||
== LCD-Filtering overlay == | == LCD-Filtering overlay == | ||
| − | Funtoo Linux planning to integrate LCD-filtering overlay into main tree in order to have very good font experience. Before that the overlay available via layman. Overlay consist of patched versions of <tt>cairo</tt>, <tt>libXft</tt>, <tt>fontconfig</tt>, <tt>freetype</tt> with the aim of getting nice hinting and rendering, emulate the Ubuntu/MS Windows/Mac OS X fonts appearance. | + | Funtoo Linux planning to integrate LCD-filtering overlay into main tree in order to have very good font experience. Before that the overlay available via layman and manual steps required as described below. Overlay consist of patched versions of <tt>cairo</tt>, <tt>libXft</tt>, <tt>fontconfig</tt>, <tt>freetype</tt> with the aim of getting nice hinting and rendering, emulate the Ubuntu/MS Windows/Mac OS X fonts appearance. |
== Setting up overlay and configure portage == | == Setting up overlay and configure portage == | ||
<console># layman -a lcd-filtering | <console># layman -a lcd-filtering | ||
Revision as of 09:20, 6 May 2012
LCD-Filtering overlay
Funtoo Linux planning to integrate LCD-filtering overlay into main tree in order to have very good font experience. Before that the overlay available via layman and manual steps required as described below. Overlay consist of patched versions of cairo, libXft, fontconfig, freetype with the aim of getting nice hinting and rendering, emulate the Ubuntu/MS Windows/Mac OS X fonts appearance.
Setting up overlay and configure portage
# layman -a lcd-filtering # echo "media-libs/fontconfig -cleartype lcdfilter" >> /etc/portage/package.use/fonts # echo "media-libs/freetype -bindist -cleartype lcdfilter" >> /etc/portage/package.use/fonts # echo "x11-libs/cairo -cleartype lcdfilter" >> /etc/portage/package.use/fonts # echo "x11-libs/libXft -cleartype lcdfilter" >> /etc/portage/package.use/fonts
Install the packages
# emerge -uN fontconfig freetype cairo libXft