Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]怎么配置awesome里的字体渲染~~:(
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese)
View previous topic :: View next topic  
Author Message
leiking
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jun 2011
Posts: 79

PostPosted: Tue Jul 05, 2011 1:26 am    Post subject: [solved]怎么配置awesome里的字体渲染~~:( Reply with quote

I use ~/.fonts.conf, but i cannot the effect of gnome font rendering:(

I use gnome-tweak-tool to config my gnome font render.

my .fonts.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="hinting" mode="assign"><bool>true</bool></edit>
</match>


<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>

<match target="font">
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcdlegacy</const>
</edit>
</match>



<alias>
<family>serif</family>
<prefer>
<family>DejaVu Serif</family>
<family>WenQuanYi Micro Hei</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>DejaVu Sans</family>
<family>WenQuanYi Micro Hei</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>DejaVu Sans Mono</family>
<family>WenQuanYi Micro Hei Mono</family>
</prefer>
</alias>
</fontconfig>
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum