Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# $(gtkconfigdir)/gtkrc.th
2
#
3
# This file defines the fontsets for Thai language (th) using
4
# the TIS-620 charset encoding.
5
#
6
# 1999, Pablo Saratxaga <pablo@mandrakesoft.com>
7
#
8
 
9
style "gtk-default-th" {
10
       fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,\
11
		  -*-phaisarn-medium-r-normal--14-*-*-*-*-*-tis620.2533-1,\
12
		  -*-*-medium-r-normal--14-*-*-*-*-*-tis620.2533-1,*-r-*"
13
}
14
class "GtkWidget" style "gtk-default-th"
15