summaryrefslogtreecommitdiff
path: root/tools/glade/glade/graphics/fontsel.xpm
blob: cd3972928636d9f32d24c84515f468093c178129 (plain)
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
/* XPM */
static char *fontsel_xpm[] = {
/* columns rows colors chars-per-pixel */
"21 21 8 1",
"  c Gray0",
". c #7b7b7b",
"X c Gray61",
"o c #d6d6d6",
"O c #b3cece",
"+ c Gray87",
"@ c Gray100",
"# c None",
/* pixels */
"#####################",
"#####################",
"#####################",
"#####################",
"#####################",
"##................###",
"##.@@@@@@@@@@@@@@. ##",
"##.@@@@@@@@@@@@@@. ##",
"##.@@@@@@@X  o@@@. ##",
"##.@@@@@@+  @X@@@. ##",
"##.@@@@@   @@@@@@. ##",
"##.@@@@@@   @@@@@. ##",
"##.@@@ +  @@@@@@@. ##",
"##.@@@o  X@@@@@@@. ##",
"##.@@@@@@@@@@@@@@. ##",
"##.@@@@@@@@@@@@@@. ##",
"##................ ##",
"###                ##",
"#####################",
"#####################",
"#####################"
};