发两张苹果黑体

桌面秀,不同桌面、不同风格。
头像
dyj057
帖子: 114
注册时间: 2007-10-20 14:15

#16

帖子 dyj057 » 2008-01-17 17:52

好黑阿。
头像
command
帖子: 306
注册时间: 2007-10-14 0:50
来自: GUCAS

我的和你的差了很多呀,能帮助解决一下吗?

#17

帖子 command » 2008-01-18 0:30

我觉得我的urxvt的中文字体太难看了,不过你的好像挺好看,能帮我看看怎么回事吗?
下面是我的Xresources,能把你的Xresources贴出来不?

代码: 全选

Xft.dpi:98
!! RXVT-unicode setting
URxvt.geometry:             75x20+235+165
URxvt.background:           rgba:0000/0000/0000/cccc  
URxvt.foreground:           white
URxvt.scrollBar:            False
URxvt.scrollstyle:          next
!设置颜色深度
URxvt.depth: 32
! Use shift+pageup/down to scroll in screen
URxvt.secondaryScroll:  True
!set the artificial transparency of the v.t.
URxvt.inheritPixmap:        True
URxvt.tintColor:            grey
URxvt.shading:              500
URxvt.saveLines:            1500
URxvt.preeditType:          Root
URxvt.borderLess:           False
URxvt.title:                gaojinjun@urxvt
!italicFont and boldItalicFont undefined
URxvt.font:-*-Bitstream Vera Sans Mono-medium-r-*-*-20-*-*-*-*-*-*-*,\
xft:LiHei Pro:medium:pixelsize=18:antialias=False
URxvt.boldFont:-*-Bitstream Vera Sans Mono-bold-r-*-*-20-*-*-*-*-*-*-*,\
xft:LiHei Pro:bold:pixelsize=18:antialias=False
!URxvt.font:xft:terminus:medium:size=13:antialias=false,\
!xft:wenquanyi bitmap song:medium:pixelsize=13:antialias=False
!cursor
URxvt.cursorBlink:        True
URxvt.cursorUnderline:    True
URxvt.cursorcolor:        white
!加入标签功能
!URxvt.perl-ext-common:default,tabbed

!redefine color to use tango theme in vim
!Black
URxvt.color0:           #000000
URxvt.color8:           #555753
!Red
URxvt.color1:           #CC0000
URxvt.color9:           #EF2929
!Green
URxvt.color2:           #4E9A06
URxvt.color10:          #8AE234
!Yellow
URxvt.color3:           #C4A000
URxvt.color11:          #FCE94F
!Blue
URxvt.color4:           #3465A4
URxvt.color12:          #729FCF
!Magenta
URxvt.color5:           #75507B
URxvt.color13:          #AD7FA8
!Cyan
URxvt.color6:           #06989A
URxvt.color14:          #34E2E2
!White
URxvt.color7:           #D3D7CF
URxvt.color15:          #EEEEEC 
图片
头像
rhfcaesar
帖子: 2996
注册时间: 2005-11-17 15:45
来自: 湖北

#18

帖子 rhfcaesar » 2008-01-18 2:37

我的 ~/.Xresources如下:

代码: 全选

Xft.dpi:96 
!! RXVT-unicode setting 
!URxvt.geometry:             80x36+80+80 
URxvt.background:           black 
URxvt.foreground:           white 
URxvt.scrollBar:            True
URxvt.scrollBar_right: True
URxvt.scrollstyle:          next 
! Use shift+pageup/down to scroll in screen 
URxvt.secondaryScroll:  True 
!set the artificial transparency of the v.t. 
URxvt.inheritPixmap:        False 
URxvt.tintColor:            grey 
URxvt.shading:              500 
URxvt.saveLines:            1500 
URxvt.preeditType:          Root 
URxvt*perl-ext: tabbed
URxvt.borderLess:           False 
URxvt.title:                urxvt 
!italicFont and boldItalicFont undefined 
URxvt.font: xft:Monaco:size=11,\
	xft:LiHei Pro:size=11:antialias=True 
URxvt.boldFont: xft:Monaco:size=11,\ 
xft:LiHei Pro:bold:size=11:antialias=True

!redefine color to use tango theme in vim 
!URxvt.tintColor:        #999 
!URxvt.shading:          80

代码: 全选

枪杆子里面出政权
头像
command
帖子: 306
注册时间: 2007-10-14 0:50
来自: GUCAS

#19

帖子 command » 2008-01-20 20:41

谢谢楼主!
不过,字体间距好像太大了,有什么解决办法没有?
头像
rhfcaesar
帖子: 2996
注册时间: 2005-11-17 15:45
来自: 湖北

#20

帖子 rhfcaesar » 2008-01-20 22:41

command 写了:谢谢楼主!
不过,字体间距好像太大了,有什么解决办法没有?
monaco字体的间距是有点大。如果想要字间距变小一点,可以把monaco换成lucida console,也是等宽字体,效果也非常好。 :D :D

代码: 全选

枪杆子里面出政权
头像
hualang0929
帖子: 1226
注册时间: 2006-11-11 10:23
来自: Mars
联系:

#21

帖子 hualang0929 » 2008-01-20 23:15

rhfcaesar 写了:
command 写了:谢谢楼主!
不过,字体间距好像太大了,有什么解决办法没有?
monaco字体的间距是有点大。如果想要字间距变小一点,可以把monaco换成lucida console,也是等宽字体,效果也非常好。 :D :D

代码: 全选

<match target="font" >
                <test name="family" >
                        <string>Monaco</string>
                </test>
                <edit name="globaladvance">
                        <bool>false</bool>
                </edit>
</match>
附件
2008-01-20-232245_444x157_scrot.png
抬头望星空一片晴,我独行,夜已渐寒……
头像
command
帖子: 306
注册时间: 2007-10-14 0:50
来自: GUCAS

#22

帖子 command » 2008-01-21 1:35

谢谢楼上两位!
重起之后,字体间距变小了。不过中文字体出问题了:同一行的中文出现了几种字体。
你们以前有过这种经历没有?
http://paste.ubuntu.org.cn/4883
头像
hualang0929
帖子: 1226
注册时间: 2006-11-11 10:23
来自: Mars
联系:

#23

帖子 hualang0929 » 2008-02-05 15:48

没有中文字体,alias 优先级设置一下。
抬头望星空一片晴,我独行,夜已渐寒……
回复