openSuse 12.1 fonts
Ho preso spunto da questo ottimo articolo,
# zypper in fetchmsttfonts nano -w ~/.fonts.conf : <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <match target="font"> <edit mode="assign" name="rgba"> <const>rgb</const> </edit> </match> <match target="font"> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> </match> <match target="font"> <edit mode="assign" name="hintstyle"> <const>hintmedium</const> </edit> </match> <match target="font"> <edit mode="assign" name="autohint"> <bool>true</bool> </edit> </match> <match target="font"> <edit mode="assign" name="antialias"> <bool>true</bool> </edit> </match> </fontconfig>
cd /tmp wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip unzip ubuntu-font-family-0.80.zip # mv ubuntu-font-family-0.80 /usr/share/fonts # SuSEconfig
Aggiungete questi repo,
http://download.opensuse.org/repositories/home:Lemonzest/RedHat_RHEL-6 http://repos.opensuse-community.org/subpixel/openSUSE_12.1/
e installiamo i pacchetti freetype-freeworld e freetype2.
(link)

Advertisement
Leave a Comment


