LinuxSir.cn,穿越时空的Linuxsir!

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

我的自制 ebuilds 包括中文美化 ebuild 升级

[复制链接]
发表于 2006-5-16 20:25:05 | 显示全部楼层 |阅读模式
我的自制 ebuilds , 包括以下内容:

中文美化ebuild 和补丁 改自 zhllg 的 中文美化Overlay
http://www.linuxsir.cn/bbs/showthread.php?t=243175
freetype 和 libXft 已经是 latest release,未升级
1. fontconfig 从 2.3.92 升级到 2.3.95 , 原来的补丁起作用
2. cairo 从 1.0.2 升级到 1.0.4 , 按 1.0.2 的补丁手动修改后生成新的

3. zhcon 0.2.5 据说支持 utf8 了 , 官方 portage 是 0.2.3
  zhcon.sf.net 已升级到 0.2.6 ,只放出一个 0.2.5-0.2.6 的补丁, 没有大改动

4. wqy-bitmap 字体, 0.6.9-update3 ,新加入 0.7.0 ,官方是 0.6.0

5. ati-drivers-8.25.18, 驱动官方portage已是最新, 但似乎有 chksum 问题, 重新 digest
6. ati-drivers-extra-8.25.18 ,不是驱动,是控制面板
    ati-drivers-extra-8.24.8, 有错误, 已删除

以下2项危险!!!!!!!!, 非极端者勿用
binutils-2.17.50.0.1   极端危险,我这里已经导致许多软件不能编译,不得不换回 2.16.1-r2, 已删除
7. udev-092

8.opera-8.54  ,
使用shared 版本,可以用 qtconfig 设置替代字体,显示效果较好,但不能用 fcitx
static 版本,可以用 fcitx ,但显示效果不好。
9.opera-9.0-beta1
shared 版本显示效果也不好

使用方法:
基本上,这些 ebuild 都不能自动下载, 需要手工下载源码包后, cp 或 ln 到 /usr/portage/distfiles/ 中,如果出现 chksum 错误, 请重新 digest.

如果要用 static 版的opera,一定要重新 digest ,我的digest里 static 版是用 0 字节文件充数的
ebuild 里的非x86 机器被删,如有用其他机器,请参照官方 portage 的8.52自行修改,只要将注释掉的部分恢复,写好版本就行了。

新加入 wqy-bitmapfont-0.7.0 ati-drivers-8.25.18 ati-drivers-extra-8.25.18

本帖子中包含更多资源

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

x
 楼主| 发表于 2006-5-16 20:29:02 | 显示全部楼层
如果ebuild脚本不能下载, 请手动下载后放到 /usr/portage/distfiles
回复 支持 反对

使用道具 举报

发表于 2006-5-16 20:38:09 | 显示全部楼层
感谢
(需6字节)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-16 20:46:42 | 显示全部楼层
中文美化ebuild 和补丁 改自 zhllg 的 中文美化Overlay
http://www.linuxsir.cn/bbs/showthread.php?t=243175

其他ebuild 和补丁 改自官方 portage.

感谢原创作者.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-16 22:10:15 | 显示全部楼层
我的 fonts.conf , 加了 wqy 和 firefly 字体, 应该比较完善了.
  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.         <dir>/usr/local/share/fonts</dir> <dir>/usr/X11R6/lib/X11/fonts</dir>
  22.         <dir>~/.fonts</dir>

  23. <!--
  24.   Accept deprecated 'mono' alias, replacing it with 'monospace'
  25. -->
  26.         <match target="pattern">
  27.                 <test qual="any" name="family">
  28.                         <string>mono</string>
  29.                 </test>
  30.                 <edit name="family" mode="assign">
  31.                         <string>monospace</string>
  32.                 </edit>
  33.         </match>

  34. <!--
  35.   Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
  36. -->
  37.         <match target="pattern">
  38.                 <test qual="any" name="family">
  39.                         <string>sans serif</string>
  40.                 </test>
  41.                 <edit name="family" mode="assign">
  42.                         <string>sans-serif</string>
  43.                 </edit>
  44.         </match>

  45. <!--
  46.   Accept deprecated 'sans' alias, replacing it with 'sans-serif'
  47. -->
  48.         <match target="pattern">
  49.                 <test qual="any" name="family">
  50.                         <string>sans</string>
  51.                 </test>
  52.                 <edit name="family" mode="assign">
  53.                         <string>sans-serif</string>
  54.                 </edit>
  55.         </match>

  56. <!--
  57.   Mark common families with their generics so we'll get
  58.   something reasonable
  59. -->

  60. <!--
  61.   Serif faces
  62. -->
  63.         <alias>
  64.                 <family>DejaVu Serif</family>
  65.                 <family>Bitstream Vera Serif</family>
  66.                 <family>Times New Roman</family>
  67.                 <family>Thorndale AMT</family>
  68.                 <family>Times</family>
  69.                 <family>Nimbus Roman No9 L</family>
  70.                 <family>Luxi Serif</family>
  71.                 <family>SimSun</family>
  72.                 <family>MingLiu</family>
  73.                 <family>WenQuanYi Bitmap Song</family>
  74.                 <family>AR PL New Sung</family>
  75.                 <family>AR PL ShanHeiSun Uni</family>
  76.                 <family>AR PL SungtiL GB</family>
  77.                 <family>AR PL Mingti2L Big5</family>
  78.                 <family>Kochi Mincho</family>
  79.                 <family>Sazanami Gothic</family>
  80.                 <family>MS 明朝</family>
  81.                 <family>Baekmuk Batang</family>
  82.                 <family>FreeSerif</family>
  83.                 <family>MgOpen Canonica</family>
  84.                 <default><family>serif</family></default>
  85.         </alias>
  86. <!--
  87.   Sans-serif faces
  88. -->
  89.         <alias>
  90.                 <family>DejaVu Sans</family>
  91.                 <family>Bitstream Vera Sans</family>
  92.                 <family>Helvetica</family>
  93.                 <family>Arial</family>
  94.                 <family>Verdana</family>
  95.                 <family>Albany AMT</family>
  96.                 <family>Nimbus Sans L</family>
  97.                 <family>Luxi Sans</family>
  98.                 <family>SimSun</family>
  99.                 <family>MingLiu</family>
  100.                 <family>WenQuanYi Bitmap Song</family>
  101.                 <family>AR PL New Sung</family>
  102.                 <family>AR PL ZenKai Uni</family>
  103.                 <family>AR PL KaitiM GB</family>
  104.                 <family>AR PL KaitiM Big5</family>
  105.                 <family>Kochi Gothic</family>
  106.                 <family>IPAGothic</family>
  107.                 <family>Sazanami Gothic</family>
  108.                 <family>MS ゴシック</family>
  109.                 <family>Baekmuk Dotum</family>
  110.                 <family>FreeSans</family>
  111.                 <family>MgOpen Modata</family>
  112.                 <default><family>sans-serif</family></default>
  113.         </alias>
  114. <!--
  115.   Monospace faces
  116. -->
  117.         <alias>
  118.                 <family>DejaVu Sans Mono</family>
  119.                 <family>Bitstream Vera Sans Mono</family>
  120.                 <family>Courier</family>
  121.                 <family>Courier New</family>
  122.                 <family>Andale Mono</family>
  123.                 <family>Luxi Mono</family>
  124.                 <family>Cumberland AMT</family>
  125.                 <family>Nimbus Mono L</family>
  126.                 <family>NSimSun</family>
  127.                 <family>PMingLiu</family>
  128.                 <family>WenQuanYi Bitmap Song</family>
  129.                 <family>AR PL New Sung</family>
  130.                 <family>AR PL ShanHeiSun Uni</family>
  131.                 <family>AR PL SungtiL GB</family>
  132.                 <family>AR PL Mingti2L Big5</family>
  133.                 <family>IPAPGothic</family>
  134.                 <family>Sazanami Gothic</family>
  135.                 <family>FreeMono</family>
  136.                 <default><family>monospace</family></default>
  137.         </alias>
  138. <!--
  139.   If the font still has no generic name, add sans-serif
  140. -->
  141.         <match target="pattern">
  142.                 <test qual="all" name="family" compare="not_eq">
  143.                         <string>sans-serif</string>
  144.                 </test>
  145.                 <test qual="all" name="family" compare="not_eq">
  146.                         <string>serif</string>
  147.                 </test>
  148.                 <test qual="all" name="family" compare="not_eq">
  149.                         <string>monospace</string>
  150.                 </test>
  151.                 <edit name="family" mode="append_last">
  152.                         <string>sans-serif</string>
  153.                 </edit>
  154.         </match>

  155. <!--
  156.   URW provides metric and shape compatible fonts for these 10 Adobe families.
  157.   -->
  158.         <alias>
  159.           <family>Avant Garde</family>
  160.           <accept><family>URW Gothic L</family></accept>
  161.         </alias>
  162.         <alias>
  163.           <family>Bookman</family>
  164.           <accept><family>URW Bookman L</family></accept>
  165.         </alias>
  166.         <alias>
  167.           <family>Courier</family>
  168.           <accept><family>Nimbus Mono L</family></accept>
  169.         </alias>
  170.         <alias>
  171.           <family>Helvetica</family>
  172.           <accept><family>Nimbus Sans L</family></accept>
  173.         </alias>
  174.         <alias>
  175.           <family>New Century Schoolbook</family>
  176.           <accept><family>Century Schoolbook L</family></accept>
  177.         </alias>
  178.         <alias>
  179.           <family>Palatino</family>
  180.           <accept><family>URW Palladio L</family></accept>
  181.         </alias>
  182.         <alias>
  183.           <family>Times</family>
  184.           <accept><family>Nimbus Roman No9 L</family></accept>
  185.         </alias>
  186.         <alias>
  187.           <family>Zapf Chancery</family>
  188.           <accept><family>URW Chancery L</family></accept>
  189.         </alias>
  190.         <alias>
  191.           <family>Zapf Dingbats</family>
  192.           <accept><family>Dingbats</family></accept>
  193.         </alias>
  194.         <match target="pattern">
  195.           <test name="family">
  196.             <string>Symbol</string>
  197.           </test>
  198.           <edit name="family" mode="append" binding="strong">
  199.             <string>Standard Symbols L</string>
  200.           </edit>
  201.         </match>
  202. <!--
  203. AMT provides metric and shape compatible fonts for these three web font
  204. families.
  205. -->
  206.         <alias>
  207.                 <family>Times New Roman</family>
  208.                 <accept><family>Thorndale AMT</family></accept>
  209.         </alias>
  210.         <alias>
  211.                 <family>Arial</family>
  212.                 <accept><family>Albany AMT</family></accept>
  213.         </alias>
  214.         <alias>
  215.                 <family>Courier New</family>
  216.                 <accept><family>Cumberland AMT</family></accept>
  217.         </alias>

  218. <!--
  219.   Some Asian fonts misadvertise themselves as monospaced when
  220.   in fact they are dual-spaced (half and full).  This makes
  221.   FreeType very confused as it forces all widths to match.
  222.   Undo this magic by disabling the width forcing code -->
  223.         <match target="font">
  224.                 <test name="family"><string>GulimChe</string></test>
  225.                 <edit name="globaladvance"><bool>false</bool></edit>
  226.         </match>

  227.         <match target="font">
  228.                 <test name="family"><string>DotumChe</string></test>
  229.                 <edit name="globaladvance"><bool>false</bool></edit>
  230.         </match>

  231.         <match target="font">
  232.                 <test name="family"><string>BatangChe</string></test>
  233.                 <edit name="globaladvance"><bool>false</bool></edit>
  234.         </match>

  235.         <match target="font">
  236.                 <test name="family"><string>GungsuhChe</string></test>
  237.                 <edit name="globaladvance"><bool>false</bool></edit>
  238.         </match>

  239. <!--
  240.         The Bitstream Vera fonts have GASP entries suggesting that hinting be
  241.         disabled below 8 ppem, but FreeType ignores those, preferring to use
  242.         the data found in the instructed hints.  The initial Vera release
  243.         didn't include the right instructions in the 'prep' table. Fix this
  244.         by disabling hinting manually at smaller sizes (< 8ppem)
  245. -->

  246.         <match target="font">
  247.                 <test name="family">
  248.                         <string>Bitstream Vera Sans</string>
  249.                 </test>
  250.                 <test name="pixelsize" compare="less">
  251.                         <double>7.5</double>
  252.                 </test>
  253.                 <edit name="hinting">
  254.                         <bool>false</bool>
  255.                 </edit>
  256.         </match>

  257.         <match target="font">
  258.                 <test name="family">
  259.                         <string>Bitstream Vera Serif</string>
  260.                 </test>
  261.                 <test name="pixelsize" compare="less">
  262.                         <double>7.5</double>
  263.                 </test>
  264.                 <edit name="hinting">
  265.                         <bool>false</bool>
  266.                 </edit>
  267.         </match>

  268.         <match target="font">
  269.                 <test name="family">
  270.                         <string>Bitstream Vera Sans Mono</string>
  271.                 </test>
  272.                 <test name="pixelsize" compare="less">
  273.                         <double>7.5</double>
  274.                 </test>
  275.                 <edit name="hinting">
  276.                         <bool>false</bool>
  277.                 </edit>
  278.         </match>

  279. <!--
  280.   Load per-user customization file
  281. -->
  282.         <include ignore_missing="yes">~/.fonts.conf</include>

  283. <!--
  284.   Load local system customization file
  285. -->
  286.         <include ignore_missing="yes">conf.d</include>
  287.         <include ignore_missing="yes">local.conf</include>

  288. <!--
  289.   Provide required aliases for standard names
  290. -->
  291.         <alias>
  292.                 <family>serif</family>
  293.                 <prefer>
  294.                         <family>DejaVu Serif</family>
  295.                         <family>Bitstream Vera Serif</family>
  296.                         <family>Times New Roman</family>
  297.                         <family>Thorndale AMT</family>
  298.                         <family>Luxi Serif</family>
  299.                         <family>Nimbus Roman No9 L</family>
  300.                         <family>Times</family>
  301.                         <family>Frank Ruehl</family>
  302.                         <family>MgOpen Canonica</family>
  303.                         <family>FreeSerif</family>
  304.                         <family>SimSun</family>
  305.                         <family>SimSun-18030</family>
  306.                         <family>MingLiu</family>
  307.                         <family>WenQuanYi Bitmap Song</family>
  308.                         <family>AR PL New Sung</family>
  309.                         <family>AR PL ShanHeiSun Uni</family>
  310.                         <family>AR PL SungtiL GB</family>
  311.                         <family>AR PL Mingti2L Big5</family>
  312.                         <family>ZYSong18030</family> <!-- han (zh-cn,zh-tw) -->
  313.                         <family>HanyiSong</family> <!-- han (zh-cn,zh-tw) -->
  314.                         <family>MS Song</family> <!-- han (zh-cn) -->
  315.                         <family>Kochi Mincho</family>                       
  316.                         <family>MS Gothic</family> <!-- han (ja) -->                       
  317.                         <family>MS 明朝</family>
  318.                         <family>Baekmuk Batang</family>
  319.                 </prefer>
  320.         </alias>
  321.         <alias>
  322.                 <family>sans-serif</family>
  323.                 <prefer>
  324.                         <family>DejaVu Sans</family>
  325.                         <family>Bitstream Vera Sans</family>
  326.                         <family>Verdana</family>
  327.                         <family>Arial</family>
  328.                         <family>Albany AMT</family>
  329.                         <family>Luxi Sans</family>
  330.                         <family>Nimbus Sans L</family>
  331.                         <family>Helvetica</family>
  332.                         <family>Nachlieli</family>
  333.                         <family>MgOpen Modata</family>
  334.                         <family>FreeSans</family>
  335.                         <family>SimSun</family>
  336.                         <family>SimSun-18030</family>
  337.                         <family>MingLiu</family>
  338.                         <family>WenQuanYi Bitmap Song</family>
  339.                         <family>AR PL New Sung</family>
  340.                         <family>AR PL ZenKai Uni</family>
  341.                         <family>AR PL KaitiM GB</family>
  342.                         <family>AR PL KaitiM Big5</family>
  343.                         <family>ZYSong18030</family> <!-- han (zh-cn,zh-tw) -->
  344.                         <family>HanyiSong</family> <!-- han (zh-cn,zh-tw) -->
  345.                         <family>MS Song</family> <!-- han (zh-cn) -->
  346.                         <family>Kochi Gothic</family>               
  347.                         <family>MS Gothic</family> <!-- han (ja) -->                       
  348.                         <family>MS ゴシック</family>
  349.                         <family>Baekmuk Dotum</family>
  350.                 </prefer>
  351.         </alias>
  352.         <alias>
  353.                 <family>monospace</family>
  354.                 <prefer>
  355.                         <family>DejaVu Sans Mono</family>
  356.                         <family>Bitstream Vera Sans Mono</family>
  357.                         <family>Andale Mono</family>
  358.                         <family>Courier New</family>
  359.                         <family>Cumberland AMT</family>
  360.                         <family>Luxi Mono</family>
  361.                         <family>Nimbus Mono L</family>
  362.                         <family>Courier</family>
  363.                         <family>Miriam Mono</family>
  364.                         <family>FreeMono</family>
  365.                         <family>NSimSun</family>
  366.                         <family>NSimSun-18030</family>
  367.                         <family>PMingLiu</family>
  368.                         <family>WenQuanYi Bitmap Song</family>
  369.                         <family>AR PL New Sung</family>
  370.                         <family>AR PL ShanHeiSun Uni</family>
  371.                         <family>AR PL SungtiL GB</family>
  372.                         <family>AR PL Mingti2L Big5</family>
  373.                         <family>ZYSong18030</family> <!-- han (zh-cn,zh-tw) -->
  374.                         <family>HanyiSong</family> <!-- han (zh-cn,zh-tw) -->
  375.                         <family>MS Song</family> <!-- han (zh-cn) -->
  376.                         <family>Kochi Gothic</family>               
  377.                         <family>MS Gothic</family> <!-- han (ja) -->                       
  378.                         <family>Baekmuk Dotum</family>
  379.                 </prefer>
  380.         </alias>

  381. <!--
  382. Artificial oblique for fonts without an italic or oblique version
  383. -->

  384.         <match target="font">
  385.                 <!-- check to see if the font is roman -->
  386.                 <test name="slant">
  387.                         <const>roman</const>
  388.                 </test>
  389.                 <!-- check to see if the pattern requested non-roman -->
  390.                 <test target="pattern" name="slant" compare="not_eq">
  391.                         <const>roman</const>
  392.                 </test>
  393.                 <!-- multiply the matrix to slant the font -->
  394.                 <edit name="matrix" mode="assign">
  395.                         <times>
  396.                                 <name>matrix</name>
  397.                                 <matrix><double>1</double><double>0.2</double>
  398.                                         <double>0</double><double>1</double>
  399.                                 </matrix>
  400.                         </times>
  401.                 </edit>
  402.                 <!-- pretend the font is oblique now -->
  403.                 <edit name="slant" mode="assign">
  404.                         <const>oblique</const>
  405.                 </edit>
  406.                 <!-- please don't load embedded bitmap -->
  407.                 <!--
  408.                 <edit name="embeddedbitmap" mode="assign">
  409.                         <bool>false</bool>
  410.                 </edit>
  411.                 -->
  412.         </match>

  413. <!--
  414. Synthetic emboldening for fonts that do not have bold face available
  415. -->

  416.         <match target="font">
  417.                 <!-- check to see if the font is just regular -->
  418.                 <test name="weight" compare="less_eq">
  419.                         <const>100</const>
  420.                 </test>
  421.                 <!-- check to see if the pattern requests bold -->
  422.                 <test target="pattern" name="weight" compare="more">
  423.                         <const>200</const>
  424.                 </test>
  425.                 <!--
  426.                   set the embolden flag
  427.                   needed for applications using cairo, e.g. gucharmap, gedit, ...
  428.                 -->
  429.                 <edit name="embolden" mode="assign">
  430.                         <bool>true</bool>
  431.                 </edit>
  432.                 <!--
  433.                  set weight to bold
  434.                  needed for applications using Xft directly, e.g. Firefox, ...
  435.                 -->
  436.                 <edit name="weight" mode="assign">
  437.                         <const>bold</const>
  438.                 </edit>
  439.         </match>


  440.         <config>
  441. <!--
  442.   These are the default Unicode chars that are expected to be blank
  443.   in fonts.  All other blank chars are assumed to be broken and
  444.   won't appear in the resulting charsets
  445. -->
  446.                 <blank>
  447.                         <int>0x0020</int>        <!-- SPACE -->
  448.                         <int>0x00A0</int>        <!-- NO-BREAK SPACE -->
  449.                         <int>0x00AD</int>        <!-- SOFT HYPHEN -->
  450.                         <int>0x034F</int>        <!-- COMBINING GRAPHEME JOINER -->
  451.                         <int>0x0600</int>        <!-- ARABIC NUMBER SIGN -->
  452.                         <int>0x0601</int>        <!-- ARABIC SIGN SANAH -->
  453.                         <int>0x0602</int>        <!-- ARABIC FOOTNOTE MARKER -->
  454.                         <int>0x0603</int>        <!-- ARABIC SIGN SAFHA -->
  455.                         <int>0x06DD</int>        <!-- ARABIC END OF AYAH -->
  456.                         <int>0x070F</int>        <!-- SYRIAC ABBREVIATION MARK -->
  457.                         <int>0x115F</int>        <!-- HANGUL CHOSEONG FILLER -->
  458.                         <int>0x1160</int>        <!-- HANGUL JUNGSEONG FILLER -->
  459.                         <int>0x1680</int>        <!-- OGHAM SPACE MARK -->
  460.                         <int>0x17B4</int>        <!-- KHMER VOWEL INHERENT AQ -->
  461.                         <int>0x17B5</int>        <!-- KHMER VOWEL INHERENT AA -->
  462.                         <int>0x180E</int>        <!-- MONGOLIAN VOWEL SEPARATOR -->
  463.                         <int>0x2000</int>        <!-- EN QUAD -->
  464.                         <int>0x2001</int>        <!-- EM QUAD -->
  465.                         <int>0x2002</int>        <!-- EN SPACE -->
  466.                         <int>0x2003</int>        <!-- EM SPACE -->
  467.                         <int>0x2004</int>        <!-- THREE-PER-EM SPACE -->
  468.                         <int>0x2005</int>        <!-- FOUR-PER-EM SPACE -->
  469.                         <int>0x2006</int>        <!-- SIX-PER-EM SPACE -->
  470.                         <int>0x2007</int>        <!-- FIGURE SPACE -->
  471.                         <int>0x2008</int>        <!-- PUNCTUATION SPACE -->
  472.                         <int>0x2009</int>        <!-- THIN SPACE -->
  473.                         <int>0x200A</int>        <!-- HAIR SPACE -->
  474.                         <int>0x200B</int>        <!-- ZERO WIDTH SPACE -->
  475.                         <int>0x200C</int>        <!-- ZERO WIDTH NON-JOINER -->
  476.                         <int>0x200D</int>        <!-- ZERO WIDTH JOINER -->
  477.                         <int>0x200E</int>        <!-- LEFT-TO-RIGHT MARK -->
  478.                         <int>0x200F</int>        <!-- RIGHT-TO-LEFT MARK -->
  479.                         <int>0x2028</int>        <!-- LINE SEPARATOR -->
  480.                         <int>0x2029</int>        <!-- PARAGRAPH SEPARATOR -->
  481.                         <int>0x202A</int>        <!-- LEFT-TO-RIGHT EMBEDDING -->
  482.                         <int>0x202B</int>        <!-- RIGHT-TO-LEFT EMBEDDING -->
  483.                         <int>0x202C</int>        <!-- POP DIRECTIONAL FORMATTING -->
  484.                         <int>0x202D</int>        <!-- LEFT-TO-RIGHT OVERRIDE -->
  485.                         <int>0x202E</int>        <!-- RIGHT-TO-LEFT OVERRIDE -->
  486.                         <int>0x202F</int>        <!-- NARROW NO-BREAK SPACE -->
  487.                         <int>0x205F</int>        <!-- MEDIUM MATHEMATICAL SPACE -->
  488.                         <int>0x2060</int>        <!-- WORD JOINER -->
  489.                         <int>0x2061</int>        <!-- FUNCTION APPLICATION -->
  490.                         <int>0x2062</int>        <!-- INVISIBLE TIMES -->
  491.                         <int>0x2063</int>        <!-- INVISIBLE SEPARATOR -->
  492.                         <int>0x206A</int>        <!-- INHIBIT SYMMETRIC SWAPPING -->
  493.                         <int>0x206B</int>        <!-- ACTIVATE SYMMETRIC SWAPPING -->
  494.                         <int>0x206C</int>        <!-- INHIBIT ARABIC FORM SHAPING -->
  495.                         <int>0x206D</int>        <!-- ACTIVATE ARABIC FORM SHAPING -->
  496.                         <int>0x206E</int>        <!-- NATIONAL DIGIT SHAPES -->
  497.                         <int>0x206F</int>        <!-- NOMINAL DIGIT SHAPES -->
  498.                         <int>0x3000</int>        <!-- IDEOGRAPHIC SPACE -->
  499.                         <int>0x3164</int>        <!-- HANGUL FILLER -->
  500.                         <int>0xFEFF</int>        <!-- ZERO WIDTH NO-BREAK SPACE -->
  501.                         <int>0xFFA0</int>        <!-- HALFWIDTH HANGUL FILLER -->
  502.                         <int>0xFFF9</int>        <!-- INTERLINEAR ANNOTATION ANCHOR -->
  503.                         <int>0xFFFA</int>        <!-- INTERLINEAR ANNOTATION SEPARATOR -->
  504.                         <int>0xFFFB</int>        <!-- INTERLINEAR ANNOTATION TERMINATOR -->
  505.                 </blank>
  506. <!--
  507.   Rescan configuration every 30 seconds when FcFontSetList is called
  508. -->
  509.                 <rescan>
  510.                         <int>30</int>
  511.                 </rescan>
  512.         </config>

  513. </fontconfig>
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-5-16 22:27:20 | 显示全部楼层
为什么 Sans 中文一般对应 楷体?
原始的 fonts.conf 和 mandriva 的都是
                <family>AR PL ZenKai Uni</family>
                <family>AR PL KaitiM GB</family>
                <family>AR PL KaitiM Big5</family>
之类在前面, 后面才是 shanghai sung , simsun ar pl sung 之类的宋体.
而标准字体一般都用 sans , 中文就是楷体, 看着不爽.
回复 支持 反对

使用道具 举报

发表于 2006-5-17 07:56:35 | 显示全部楼层
来图吧

看下起
回复 支持 反对

使用道具 举报

发表于 2006-5-17 09:40:24 | 显示全部楼层
这个ebuild不错,囊括了中文美化和ATI驱动。支持一个。
回复 支持 反对

使用道具 举报

发表于 2006-5-17 10:10:44 | 显示全部楼层
贡献一下,偶自己用的 ebuild
http://www.magiclinux.org/people ... too-overlay.tar.bz2
回复 支持 反对

使用道具 举报

发表于 2006-5-17 10:32:04 | 显示全部楼层
要是能给个图就可以加精了.
回复 支持 反对

使用道具 举报

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

本版积分规则

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