Difference between revisions of "Fonts"

From Funtoo Linux
Jump to: navigation, search
(Created page with "TBC")
 
Line 1: Line 1:
TBC
+
== 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 ovelay 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.
 +
== Setting up overlay and configure portage ==
 +
<console># 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</console>
 +
== Install the packages ==
 +
<console> # emerge -uN fontconfig freetype cairo libXft</console>

Revision as of 06:13, 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 ovelay available via layman. 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
Personal tools
Namespaces

Variants
Actions
Categories
Toolbox
Stuff