|
楼主 |
发表于 2005-7-21 20:53:13
|
显示全部楼层
复制到字体目录里, 然后
# makefontdir
# makefontscale
我在 /etc/fonts/local.conf 里加了这两块:
[php] <match target="font">
<test name="family"><string>Hei</string></test>
<test name="pixelsize" compare="more_eq"><int>15</int></test>
<edit name="hinting" mode="assign"><bool>false</bool></edit>
</match>
<match target="font">
<test name="family"><string>Hei</string></test>
<edit name="autohint" mode="assign"><bool>true</bool></edit>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
<edit name="antialias" mode="assign"><bool>true</bool></edit>
</match>[/php] |
|