Skip navigation

Lost password? | Help

Eexpress @ Ubuntu

大小字号的时候,竟然可以这样选择字体

<!-- 大于18点的楷体,用园体代替显示 --> 
<match target="font">
        <test name="family">
                <string>AR PL ZenKai Uni</string>
        </test>
<test name="pixelsize" compare="more_eq">
                <double>18</double>
        </test>
        <edit name="family" mode="assign">
                <string>Vera Sans YuanTi Mono</string>
        </edit>
</match>


$●  fc-list |grep YuanTi:
Vera Sans YuanTi:style=Italic
Vera Sans YuanTi:style=Bold
Vera Sans YuanTi:style=Regular
Vera Sans YuanTi:style=Bold Italic


补贴以前的字体配置。专门用于终端显示的。
<fontconfig> 
<!-- Add by eexpress --> 
<!-- 使用楷体补全Courier没有的字符 --> 
        <alias> 
                <family>Courier 10 Pitch</family> 
                <prefer> 
                        <family>AR PL ZenKai Uni</family> 
                </prefer> 
        </alias> 
<!-- 遇到楷体和Courier就加粗,并且开反锯齿 --> 
        <match target="font"> 
                <test name="family" compare="contains"> 
                        <string>Kai</string> 
                        <string>Courier</string> 
                </test> 
                <edit name="embolden" mode="assign"> 
                        <bool>true</bool> 
                </edit> 
                <edit name="antialias" mode="assign"> 
                        <bool>true</bool> 
                </edit> 
        </match> 
</fontconfig>


mencoder::超强截取视频的CLInm-applet 休眠掉了

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies

December 2009
S M T W T F S
November 2009January 2010
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31