summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/text.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/bitmaps/text.xpm')
-rw-r--r--app/bin/bitmaps/text.xpm110
1 files changed, 89 insertions, 21 deletions
diff --git a/app/bin/bitmaps/text.xpm b/app/bin/bitmaps/text.xpm
index 176621d..12bc092 100644
--- a/app/bin/bitmaps/text.xpm
+++ b/app/bin/bitmaps/text.xpm
@@ -1,21 +1,89 @@
-/* XPM */
-static char * text_xpm[] = {
-"16 16 2 1",
-" c None",
-". c #000000000000",
-" .. ",
-" .. ",
-" .... ",
-" .... ",
-" .. .. ",
-" .. .. ",
-" .. .. ",
-" .. .. ",
-" .. .. ",
-" .......... ",
-" ............ ",
-" .. .. ",
-" .. .. ",
-" .. .. ",
-".. ..",
-"... ..."};
+static char *text_x16[] = {
+ "16 16 2 1",
+ " c None",
+ "0 c #000000",
+ " ",
+ " 0000 ",
+ " 000000 ",
+ " 000000 ",
+ " 0000000 ",
+ " 00000000 ",
+ " 000 000 ",
+ " 0000 0000 ",
+ " 0000 0000 ",
+ " 0000 00000 ",
+ " 000000000000 ",
+ " 000000000000 ",
+ " 0000 0000 ",
+ " 0000 0000 ",
+ "0000 0000",
+ "0000 0000"};
+
+static char *text_x24[] = {
+ "24 24 2 1",
+ " c None",
+ "0 c #000000",
+ " ",
+ " 000000 ",
+ " 000000 ",
+ " 00000000 ",
+ " 00000000 ",
+ " 0000000000 ",
+ " 0000000000 ",
+ " 0000000000 ",
+ " 00000 00000 ",
+ " 00000 00000 ",
+ " 000000 000000 ",
+ " 00000 00000 ",
+ " 00000 000000 ",
+ " 00000 00000 ",
+ " 0000000000000000 ",
+ " 000000000000000000 ",
+ " 000000000000000000 ",
+ " 0000000000000000000 ",
+ " 000000 000000 ",
+ " 00000 00000 ",
+ " 000000 000000 ",
+ " 00000 00000 ",
+ "000000 000000",
+ " "};
+
+static char *text_x32[] = {
+ "32 32 2 1",
+ " c None",
+ "0 c #000000",
+ " ",
+ " 00000000 ",
+ " 00000000 ",
+ " 000000000 ",
+ " 0000000000 ",
+ " 0000000000 ",
+ " 000000000000 ",
+ " 000000000000 ",
+ " 00000000000000 ",
+ " 00000000000000 ",
+ " 000000 000000 ",
+ " 0000000 0000000 ",
+ " 000000 0000000 ",
+ " 0000000 0000000 ",
+ " 0000000 0000000 ",
+ " 000000 0000000 ",
+ " 0000000 0000000 ",
+ " 0000000 0000000 ",
+ " 0000000 0000000 ",
+ " 0000000000000000000000 ",
+ " 00000000000000000000000 ",
+ " 000000000000000000000000 ",
+ " 000000000000000000000000 ",
+ " 00000000000000000000000000 ",
+ " 0000000 0000000 ",
+ " 0000000 00000000 ",
+ " 0000000 0000000 ",
+ " 0000000 0000000 ",
+ " 0000000 0000000 ",
+ " 0000000 0000000 ",
+ "00000000 00000000",
+ " "};
+
+static char **text_xpm[3] = { text_x16, text_x24, text_x32 };
+