Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# $(gtkconfigdir)/gtkrc.zh_TW
2
#
3
# This file defines the fontsets for Chinese language (ch) using
4
# the traditional chinese Big5 encoding as used in Taiwan (TW)
5
#
6
# 1999, Pablo Saratxaga <pablo@mandrakesoft.com>
7
#
8
 
9
# IMPORTANT NOTE: The name of this file *MUST* be "gtkrc.zh_TW.big5"
10
# the lowercasing of "big5" is done on purpose, if you change it it won't work
11
 
12
style "gtk-default-zh-tw" {
13
	fontset = "-adobe-helvetica-medium-r-normal--16-*-*-*-*-*-iso8859-1,\
14
		  -taipei-*-medium-r-normal--*-*-*-*-*-*-big5-0,\
15
		  -*-*-medium-r-normal--16-*-*-*-*-*-big5-0,*-r-*"
16
}
17
class "GtkWidget" style "gtk-default-zh-tw"
18