]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/bmp_source/rt_font.xpm
Added wrappers and demo for RichTextCtrl
[wxWidgets.git] / wxPython / demo / bmp_source / rt_font.xpm
diff --git a/wxPython/demo/bmp_source/rt_font.xpm b/wxPython/demo/bmp_source/rt_font.xpm
new file mode 100644 (file)
index 0000000..93f5991
--- /dev/null
@@ -0,0 +1,25 @@
+/* XPM */
+static char *font_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 3 1",
+"X c #A6A6A6",
+"  c None",
+". c #4D4DA6",
+/* pixels */
+"                ",
+"                ",
+"        .       ",
+"       X.X      ",
+"       ...      ",
+"      X...X     ",
+"      .. ..     ",
+"     X.  ..X    ",
+"     .......    ",
+"    X.    ..X   ",
+"    ..    X..   ",
+"   X.     X..X  ",
+"  ....   ...... ",
+"                ",
+"                ",
+"                "
+};