Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

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