File: gfontviewrc

package info (click to toggle)
gfontview 0.5.0-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,448 kB
  • ctags: 617
  • sloc: sh: 8,100; cpp: 6,373; ansic: 2,209; makefile: 202; sed: 93
file content (49 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

#style "default" {
#fontset = "-adobe-helvetica-medium-r-*-*-*-60-*-*-p-*-iso8859-1,\
#           -adobe-courier-medium-r-normal--0-140-0-*-m-0"
#}
#class "*" style "default"

# Style examples for gfontview

style "extra"
{
#font = "-adobe-helvetica-medium-r-*-*-*-180-*-*-p-*-iso8859-1"
#font = "-adobe-courier-medium-r-normal--0-280-0-*-m-0-iso8859-1"
#font = "-monotype-arial-medium-r-*-*-*-80-0-*-p-0-iso8859-1"
fg[NORMAL] = {1.0, 0, 0}
}

#class "*" style "extra"

#style "normal"
#{
#font = "-adobe-helvetica-medium-r-*-*-*-120-*-*-p-*-iso8859-1"
#font = "-adobe-courier-medium-r-normal--0-0-0-*-m-0-iso8859-1"
#fg[NORMAL] = {1.0, 0, 0}
#}

#widget_class "*GtkLabel" style "normal"
#widget_class "*GtkEntry" style "normal"
#widget_class "*GtkWindow*" style "normal"
#widget_class "*GtkDialog*" style "normal"

#widget "*" style "normal"
#widget "*glyphname label" style "extra"
widget "*fontname label" style "extra"

#widget "main window*" style "normal"
#widget "properties window*" style "normal"
#widget "char window*" style "normal"
#widget "string window*" style "extra"
#widget "fonttable window*" style "normal"
#widget "message window*" style "normal"
#widget "print window*" style "normal"
#widget "question window*" style "normal"
#widget "properties window*" style "normal"
#widget "about window*" style "normal"