]> git.saurik.com Git - wxWidgets.git/blame - wxPython/demo/bmp_source/rt_font.xpm
update spec files version
[wxWidgets.git] / wxPython / demo / bmp_source / rt_font.xpm
CommitLineData
30fc5e8f
RD
1/* XPM */
2static char *font_xpm[] = {
3/* columns rows colors chars-per-pixel */
4"16 16 3 1",
5"X c #A6A6A6",
6" c None",
7". c #4D4DA6",
8/* pixels */
9" ",
10" ",
11" . ",
12" X.X ",
13" ... ",
14" X...X ",
15" .. .. ",
16" X. ..X ",
17" ....... ",
18" X. ..X ",
19" .. X.. ",
20" X. X..X ",
21" .... ...... ",
22" ",
23" ",
24" "
25};