Приветы всем!
Как в firefox (3.6) включить сглаживание шрифтов?


<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font" >
<edit mode="assign" name="rgba" >
<const>none</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="antialias" >
<bool>true</bool>
</edit>
</match>
</fontconfig>





mechanical писал(а):хм, у меня на lcd твои шрифты в опере замылены.







$ pacman -Qs ubuntu
local/cairo-ubuntu 1.8.8-2
Cairo vector graphics library, with Ubuntu's LCD rendering patches
local/fontconfig-ubuntu 2.8.0-1
A library for configuring and customizing font access, with Ubuntu's LCD
rendering patches
local/freetype2-ubuntu 2.3.11-2
TrueType font rendering library, with Ubuntu's LCD rendering patches
local/libxft-ubuntu 2.1.14-2
FreeType-based font drawing library for X, with Ubuntu's LCD rendering
patches

Сейчас этот форум просматривают: нет зарегистрированных пользователей