LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2032|回复: 11

想设置中文使用一种字体,英文使用另一种字体应该在哪里设?

[复制链接]
发表于 2007-10-28 09:05:57 | 显示全部楼层 |阅读模式
好像叫字体渲染顺序吧

就是我指定使用某种英文字体比如lucida之后,在遇到中文的时候自动使用STHei去渲染
发表于 2007-10-28 10:14:46 | 显示全部楼层
看看字体微调.很详细了
回复 支持 反对

使用道具 举报

发表于 2007-10-28 16:06:24 | 显示全部楼层
qt/kd程序可以在qtconfig里面调,gtk程序需要在font.conf里面调(把首选中文字体放在所有中文字体之前)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-28 17:46:07 | 显示全部楼层
font.conf在什么地方?
回复 支持 反对

使用道具 举报

发表于 2007-10-28 18:32:53 | 显示全部楼层
额。。/etc目录存储的系统配置信息。font。conf在/etc/fonts/下面
回复 支持 反对

使用道具 举报

发表于 2007-10-28 18:59:25 | 显示全部楼层
http://wiki.archlinux.org/index.php/Archlinux中文化

经实践发现archlinux字体跟本不用设置,只要把字体cp里系统里就行了,我用wiki里的方法反而不好看
回复 支持 反对

使用道具 举报

发表于 2007-10-28 19:03:06 | 显示全部楼层
对了,如果字体想要好看,最好跟据自己的显示器修改dpi,Debian版里有人对些做了详细分析

/etc/fonts/locale.conf
--------------------------------------------------
<match target="pattern" >
       <edit name="dpi" mode="assign" >
                <double>96</double>
        </edit>
</match>
~

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2007-10-28 21:14:39 | 显示全部楼层
Post by gnugg
对了,如果字体想要好看,最好跟据自己的显示器修改dpi,Debian版里有人对些做了详细分析

/etc/fonts/locale.conf
--------------------------------------------------
<match target="pattern" >
       <edit name="dpi" mode="assign" >
                <double>96</double>
        </edit>
</match>
~

那张载图用的是什么字体?和WIN下的一模一样。怎么搞的?
回复 支持 反对

使用道具 举报

发表于 2007-10-28 21:20:12 | 显示全部楼层
没做什么,
cp simsun.ttc tahoma*.ttf verdana*.ttf /usr/share/fonts/windows 就行了

再想完美,设置好自己的dpi
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-29 08:58:19 | 显示全部楼层
没有font.conf,只有fonts.conf
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <!-- /etc/fonts/fonts.conf file to configure system font access -->
  4. <fontconfig>
  5. <!--
  6.         DO NOT EDIT THIS FILE.
  7.         IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
  8.         LOCAL CHANGES BELONG IN 'local.conf'.
  9.         The intent of this standard configuration file is to be adequate for
  10.         most environments.  If you have a reasonably normal environment and
  11.         have found problems with this configuration, they are probably
  12.         things that others will also want fixed.  Please submit any
  13.         problems to the fontconfig bugzilla system located at fontconfig.org
  14.         Note that the normal 'make install' procedure for fontconfig is to
  15.         replace any existing fonts.conf file with the new version.  Place
  16.         any local customizations in local.conf which this file references.
  17.         Keith Packard
  18. -->
  19. <!-- Font directory list -->
  20.         <dir>/usr/share/fonts</dir>
  21.        
  22.         <dir>~/.fonts</dir>
  23. <!-- Font cache directory list -->
  24.         <cachedir>/var/cache/fontconfig</cachedir>
  25.         <cachedir>~/.fontconfig</cachedir>
  26. <!--
  27.   Accept deprecated 'mono' alias, replacing it with 'monospace'
  28. -->
  29.         <match target="pattern">
  30.                 <test qual="any" name="family">
  31.                         <string>mono</string>
  32.                 </test>
  33.                 <edit name="family" mode="assign">
  34.                         <string>monospace</string>
  35.                 </edit>
  36.         </match>
  37.         <match target="font">
  38.                 <test name="family">
  39.                         <string>STHeiti</string>
  40.                 </test>
  41.                 <edit name="hinting">
  42.                         <bool>false</bool>
  43.                 </edit>
  44.         </match>
  45. <!--
  46.   Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
  47. -->
  48.         <match target="pattern">
  49.                 <test qual="any" name="family">
  50.                         <string>sans serif</string>
  51.                 </test>
  52.                 <edit name="family" mode="assign">
  53.                         <string>sans-serif</string>
  54.                 </edit>
  55.         </match>
  56. <!--
  57.   Accept deprecated 'sans' alias, replacing it with 'sans-serif'
  58. -->
  59.         <match target="pattern">
  60.                 <test qual="any" name="family">
  61.                         <string>sans</string>
  62.                 </test>
  63.                 <edit name="family" mode="assign">
  64.                         <string>sans-serif</string>
  65.                 </edit>
  66.         </match>
  67. <!--
  68.   Load local system customization file
  69. -->
  70.         <include ignore_missing="yes">conf.d</include>
  71.         <config>
  72. <!--
  73.   These are the default Unicode chars that are expected to be blank
  74.   in fonts.  All other blank chars are assumed to be broken and
  75.   won't appear in the resulting charsets
  76. -->
  77.                 <blank>
  78.                         <int>0x0020</int>        <!-- SPACE -->
  79.                         <int>0x00A0</int>        <!-- NO-BREAK SPACE -->
  80.                         <int>0x00AD</int>        <!-- SOFT HYPHEN -->
  81.                         <int>0x034F</int>        <!-- COMBINING GRAPHEME JOINER -->
  82.                         <int>0x0600</int>        <!-- ARABIC NUMBER SIGN -->
  83.                         <int>0x0601</int>        <!-- ARABIC SIGN SANAH -->
  84.                         <int>0x0602</int>        <!-- ARABIC FOOTNOTE MARKER -->
  85.                         <int>0x0603</int>        <!-- ARABIC SIGN SAFHA -->
  86.                         <int>0x06DD</int>        <!-- ARABIC END OF AYAH -->
  87.                         <int>0x070F</int>        <!-- SYRIAC ABBREVIATION MARK -->
  88.                         <int>0x115F</int>        <!-- HANGUL CHOSEONG FILLER -->
  89.                         <int>0x1160</int>        <!-- HANGUL JUNGSEONG FILLER -->
  90.                         <int>0x1680</int>        <!-- OGHAM SPACE MARK -->
  91.                         <int>0x17B4</int>        <!-- KHMER VOWEL INHERENT AQ -->
  92.                         <int>0x17B5</int>        <!-- KHMER VOWEL INHERENT AA -->
  93.                         <int>0x180E</int>        <!-- MONGOLIAN VOWEL SEPARATOR -->
  94.                         <int>0x2000</int>        <!-- EN QUAD -->
  95.                         <int>0x2001</int>        <!-- EM QUAD -->
  96.                         <int>0x2002</int>        <!-- EN SPACE -->
  97.                         <int>0x2003</int>        <!-- EM SPACE -->
  98.                         <int>0x2004</int>        <!-- THREE-PER-EM SPACE -->
  99.                         <int>0x2005</int>        <!-- FOUR-PER-EM SPACE -->
  100.                         <int>0x2006</int>        <!-- SIX-PER-EM SPACE -->
  101.                         <int>0x2007</int>        <!-- FIGURE SPACE -->
  102.                         <int>0x2008</int>        <!-- PUNCTUATION SPACE -->
  103.                         <int>0x2009</int>        <!-- THIN SPACE -->
  104.                         <int>0x200A</int>        <!-- HAIR SPACE -->
  105.                         <int>0x200B</int>        <!-- ZERO WIDTH SPACE -->
  106.                         <int>0x200C</int>        <!-- ZERO WIDTH NON-JOINER -->
  107.                         <int>0x200D</int>        <!-- ZERO WIDTH JOINER -->
  108.                         <int>0x200E</int>        <!-- LEFT-TO-RIGHT MARK -->
  109.                         <int>0x200F</int>        <!-- RIGHT-TO-LEFT MARK -->
  110.                         <int>0x2028</int>        <!-- LINE SEPARATOR -->
  111.                         <int>0x2029</int>        <!-- PARAGRAPH SEPARATOR -->
  112.                         <int>0x202A</int>        <!-- LEFT-TO-RIGHT EMBEDDING -->
  113.                         <int>0x202B</int>        <!-- RIGHT-TO-LEFT EMBEDDING -->
  114.                         <int>0x202C</int>        <!-- POP DIRECTIONAL FORMATTING -->
  115.                         <int>0x202D</int>        <!-- LEFT-TO-RIGHT OVERRIDE -->
  116.                         <int>0x202E</int>        <!-- RIGHT-TO-LEFT OVERRIDE -->
  117.                         <int>0x202F</int>        <!-- NARROW NO-BREAK SPACE -->
  118.                         <int>0x205F</int>        <!-- MEDIUM MATHEMATICAL SPACE -->
  119.                         <int>0x2060</int>        <!-- WORD JOINER -->
  120.                         <int>0x2061</int>        <!-- FUNCTION APPLICATION -->
  121.                         <int>0x2062</int>        <!-- INVISIBLE TIMES -->
  122.                         <int>0x2063</int>        <!-- INVISIBLE SEPARATOR -->
  123.                         <int>0x206A</int>        <!-- INHIBIT SYMMETRIC SWAPPING -->
  124.                         <int>0x206B</int>        <!-- ACTIVATE SYMMETRIC SWAPPING -->
  125.                         <int>0x206C</int>        <!-- INHIBIT ARABIC FORM SHAPING -->
  126.                         <int>0x206D</int>        <!-- ACTIVATE ARABIC FORM SHAPING -->
  127.                         <int>0x206E</int>        <!-- NATIONAL DIGIT SHAPES -->
  128.                         <int>0x206F</int>        <!-- NOMINAL DIGIT SHAPES -->
  129.                         <int>0x3000</int>        <!-- IDEOGRAPHIC SPACE -->
  130.                         <int>0x3164</int>        <!-- HANGUL FILLER -->
  131.                         <int>0xFEFF</int>        <!-- ZERO WIDTH NO-BREAK SPACE -->
  132.                         <int>0xFFA0</int>        <!-- HALFWIDTH HANGUL FILLER -->
  133.                         <int>0xFFF9</int>        <!-- INTERLINEAR ANNOTATION ANCHOR -->
  134.                         <int>0xFFFA</int>        <!-- INTERLINEAR ANNOTATION SEPARATOR -->
  135.                         <int>0xFFFB</int>        <!-- INTERLINEAR ANNOTATION TERMINATOR -->
  136.                 </blank>
  137. <!--
  138.   Rescan configuration every 30 seconds when FcFontSetList is called
  139. -->
  140.                 <rescan>
  141.                         <int>30</int>
  142.                 </rescan>
  143.         </config>
  144. </fontconfig>
复制代码

然后我在/etc/fonts/conf.d/里发现了65-non-lation.conf,加上STHei以后依然没有用黑体渲染中文的迹象
  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4.         <alias>
  5.                 <family>serif</family>
  6.                 <prefer>
  7.                         <family>STHei</family>
  8.                         <family>Frank Ruehl</family>
  9.                         <family>MgOpen Canonica</family>
  10.                         <family>Kochi Mincho</family>
  11.                         <family>AR PL SungtiL GB</family>
  12.                         <family>AR PL Mingti2L Big5</family>
  13.                         <family>MS 明朝</family>
  14.                         <family>Baekmuk Batang</family>
  15.                 </prefer>
  16.         </alias>
  17.         <alias>
  18.                 <family>sans-serif</family>
  19.                 <prefer>
  20.                         <family>STHei</family>
  21.                         <family>Nachlieli</family>
  22.                         <family>MgOpen Modata</family>
  23.                         <family>Kochi Gothic</family>
  24.                         <family>AR PL KaitiM GB</family>
  25.                         <family>AR PL KaitiM Big5</family>
  26.                         <family>MS ゴシック</family>
  27.                         <family>Baekmuk Dotum</family>
  28.                         <family>SimSun</family>
  29.                 </prefer>
  30.         </alias>
  31.         <alias>
  32.                 <family>monospace</family>
  33.                 <prefer>
  34.                         <family>STHei</family>
  35.                         <family>Miriam Mono</family>
  36.                         <family>Kochi Gothic</family>
  37.                         <family>AR PL KaitiM GB</family>
  38.                         <family>Baekmuk Dotum</family>
  39.                 </prefer>
  40.         </alias>
  41. </fontconfig>
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表