網頁中文字型 完美方案

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

Re: re:網頁中文字型 完美方案

文章d2207197 » 週三 2月 16, 2005 11:04 am

Anonymous 寫:
Anonymous 寫:那些字型都「糊糊」的, 前景、背景對比小, 看起來「霧霧」
的, 不好看.

小字還是要用點陣, 字型才會清晰, 前景、背景對比明顯
才好看, 所以還是得用 firefly 有內嵌點陣的字型才好看.

看看這裡抓的圖:
http://nix2.myweb.hinet.net/show/
抱歉了, 跟您意見相反.


請問一下,我也用firefly 的字型,但還是有「糊糊」的感覺說
不像上面鏈結的那樣一筆一劃的清析說

我是只有單純的使用字型,並沒有修改什麼或安裝patch
不知道訪客有沒有做其他額外的加強

謝謝

必須要對 fontconfig 作過調整,在小字體時關掉 antialias
設定辦法可以參考這篇:http://fractal.csie.org/~eric/wiki/wiki.phtml?title=Fontconfig
若懶得自己設定可以參考這篇:
http://moto.debian.org.tw/viewtopic.php?t=5004
viewtopic.php?t=5004
頭像
d2207197
鑽研的研究生
鑽研的研究生
 
文章: 1763
註冊時間: 週二 5月 27, 2003 9:57 pm
來自: 火星

文章huangjiahua » 週三 2月 16, 2005 9:38 pm

My /etc/fonts/local.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>~/.fonts</dir>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>false</bool>
</edit>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
<edit mode="assign" name="hinting" >
<bool>false</bool>
</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>
</fontconfig>
PIII850 ,
Pentium(R) D 2.80GHz x2
huangjiahua
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週四 1月 13, 2005 7:51 pm

文章d2207197 » 週三 2月 16, 2005 10:34 pm

小弟只單純設定 AR PL New Sung
全系統都關掉,大字體和英文字體會變得很醜
代碼: 選擇全部
  <match target="font">
    <test name="family"><string>AR PL New Sung</string></test>
    <edit name="antialias"><bool>false</bool></edit>
    <edit name="hinting"><bool>true</bool></edit>
    <edit name="autohint"><bool>false</bool></edit>
  </match>
  <match target="font">
    <test name="family"><string>AR PL New Sung</string></test>
    <test name="pixelsize" compare="more_eq"><int>17</int></test>
    <edit name="antialias" mode="assign"><bool>true</bool></edit>
    <edit name="hinting" mode="assign"><bool>true</bool></edit>
  </match>
頭像
d2207197
鑽研的研究生
鑽研的研究生
 
文章: 1763
註冊時間: 週二 5月 27, 2003 9:57 pm
來自: 火星

文章訪客 » 週三 2月 16, 2005 11:03 pm

嗯嗯,我也是阿
我在~/.fonts是這樣寫的
前面是全開antialias

代碼: 選擇全部
<match target="font">
<test name="family"><string>AR PL New Sung</string></test>
<test name="size" compare="less_eq"><int>16</int></test>
<edit name="antialias" mode="assign"><bool>false</bool></edit>
<edit name="hinting" mode="assign"><bool>true</bool></edit>
</match>
訪客
 

文章訪客 » 週三 2月 16, 2005 11:04 pm

抱歉,上面那篇是我的,按太快了
上面這樣設定之後
還是不行,一樣 糊糊 的說
訪客
 

文章訪客 » 週三 2月 16, 2005 11:28 pm

剛剛試了一下,想說可能是 "pixelsize"寫成"size"的問題
改了之後還是一樣
最後改到沒麼好改,連大小也改和d2207197兄一樣好了
結果.........可以了.... :finger1:

那個pixelsize 參數問題我也就算了,但那個大小的問題會不會太怪了一點 :-?

還有,請問一下,在/etc/fonts/下的fonts.conf 與local.conf
有什麼分別嗎
為什麼大家都是改local.conf呢?

謝謝
訪客
 

文章lueo » 週五 2月 18, 2005 3:28 am

Anonymous 寫:還有,請問一下,在/etc/fonts/下的fonts.conf 與local.conf
有什麼分別嗎
為什麼大家都是改local.conf呢?

你 cat 一下 fonts.conf不就知道了嗎
lueo
懵懂的國中生
懵懂的國中生
 
文章: 121
註冊時間: 週六 1月 31, 2004 11:52 pm

文章訪客 » 週四 3月 31, 2005 2:10 am

訪客
 

上一頁

回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron