Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# $(gtkconfigdir)/gtkrc.vi_VN.viscii
2
#
3
# This file defines the fontsets for Vietnamese language (vi) using
4
# the viscii 1.1 charset encoding.
5
#
6
# You can find links for viscii True Type fonts following the
7
# links at my page on vietnamese localisation at
8
# http://www.linuxi18n.org/locales/viet/
9
#
10
# 1999, Pablo Saratxaga <pablo@mandrakesoft.com>
11
#
12
 
13
style "gtk-default-vi-vn-viscii" {
14
       fontset = "-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-*,\
15
                  -*-arial-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
16
		  -*-helvetica-medium-r-normal--14-*-*-*-*-*-viscii1.1-1,\
17
		  -*-arial-medium-r-normal--14-*-*-*-*-*-viscii1.1-1,\
18
		  -*-verdana-medium-r-normal--14-*-*-*-*-*-viscii1.1-1,*-r-*"
19
}
20
class "GtkWidget" style "gtk-default-vi-vn-viscii"
21