Mercurial > emacs
annotate etc/images/zoom-in.xpm @ 94926:70a8f8c84456
Include <strings.h>.
(enable_font_backend): Delete it.
(Qfont_spec, Qfont_entity, Qfont_object): New variables.
(CHECK_VALIDATE_FONT_SPEC): Delete it.
(PT_PER_INCH, POINT_TO_PIXEL, PIXEL_TO_POINT): Moved to font.h.
(null_string): Delete it.
(null_vector): Make it static.
(font_family_alist): Delete it.
(Qnormal): Extern it.
(QCextra, QClanguage): Delete it.
(QClang, QCavgwidth, QCfont_entity, QCfc_unknown_spec): New
variables.
(font_make_spec, font_make_entity, font_make_object)
(font_intern_prop): Renamed from intern_downcase. Don't downcase
the string. Callers changed.
(font_pixel_size): Adjusted for the format change of font-related
objects.
(prop_name_to_numeric, prop_numeric_to_name): Delete them.
(font_style_to_value, font_style_symbolic): New function.
(build_font_family_alist): Delete it.
(font_registry_charsets): Use Fassoc_string instead of
assq_no_quit.
(font_prop_validate_symbol): Don't return null_string.
(font_prop_validate_style): Adjusted for the change of
style-related values in a font vector.
(font_property_table): Delete entries for QClangauge and
QCantialias, add entries for QCavgwidth.
(get_font_prop_index): Delete the 2nd argument FROM.
(font_prop_validate): Arguments changed.
(font_put_extra): Adjusted for the change of font-related objects.
(font_expand_wildcards, font_parse_xlfd, font_unparse_xlfd)
(font_parse_fcname, font_unparse_fcname)
(font_prepare_composition): Likewise.
(font_parse_family_registry): Renamed from font_merge_old_spec.
(otf_open): Delete the 1st arg entity.
(font_otf_capability): Adjusted for the above change.
(font_score): New arg alternate_families. Adjusted for the change
of font-related objects.
(font_sort_entites): New arg best_only.
(font_symbolic_weight, font_symbolic_slant, font_symbolic_width):
Delete them.
(font_match_p): Check alternate families.
(font_find_object): Delete it.
(font_check_object): New function.
(font_clear_cache): Adjusted for the change of font-related
objects.
(font_delete_unmatched): New arg.
(font_list_entities): Call font_driver->list with a spec that
doesn't specify style-related properties.
(font_matching_entity): Arguments changed. Caller changed.
(font_open_entity): Adjusted for the change of font-related
objects.
(font_close_object, font_has_char, font_encode_char)
(font_get_name, font_get_spec): Likewise.
(font_spec_from_name, font_clear_prop, font_update_lface): New
functions.
(font_find_for_lface, font_open_for_lface, font_load_for_lface):
(font_prepare_for_face, font_done_for_face, font_open_by_name)
(font_at): Adjusted for the change of font-related objects.
(font_range): New function.
(Ffontp, Ffont_spec, Ffont_get, Ffont_put, Flist_fonts)
(Ffont_xlfd_name): Adjusted for the change of font-related
objects.
(Fcopy_font_spec, Fmerge_font_spec): New function.
(Ffont_family_list): Renamed from list-families.
(Finternal_set_font_style_table): Arguments changed.
(Ffont_fill_gstring, Ffont_shape_text, Fopen_font)
(Ffont_drive_otf, Fquery_font, Ffont_match_p): Adjusted for the
change of font-related objects.
(syms_of_font): Delete "ifdef USE_FONT_BACKEND". DEFSYM new
symboles.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 May 2008 01:25:55 +0000 |
parents | 75b06a7624a1 |
children |
rev | line source |
---|---|
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
1 /* XPM */ |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
2 static char * zoom_in_xpm[] = { |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
3 "24 24 132 2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
4 " c None", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
5 ". c #343434", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
6 "+ c #2D2D2D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
7 "@ c #292929", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
8 "# c #262626", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
9 "$ c #2E2E2E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
10 "% c #303030", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
11 "& c #737373", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
12 "* c #A1A1A1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
13 "= c #B4B4B4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
14 "- c #B2B2B2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
15 "; c #9D9D9D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
16 "> c #676767", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
17 ", c #202020", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
18 "' c #1C1C1C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
19 ") c #272727", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
20 "! c #616161", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
21 "~ c #CACACA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
22 "{ c #CFCFCF", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
23 "] c #D0D0D0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
24 "^ c #CECECE", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
25 "/ c #C9C9C9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
26 "( c #C1C1C1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
27 "_ c #A7A7A7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
28 ": c #4C4C4C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
29 "< c #131313", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
30 "[ c #222222", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
31 "} c #757575", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
32 "| c #D3D3D3", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
33 "1 c #DBDBDB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
34 "2 c #E7E7E7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
35 "3 c #EFEFEF", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
36 "4 c #F3F3F3", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
37 "5 c #F1F1F1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
38 "6 c #E5E5E5", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
39 "7 c #D2D2D2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
40 "8 c #BCBCBC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
41 "9 c #5E5E5E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
42 "0 c #101010", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
43 "a c #212121", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
44 "b c #5B5B5B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
45 "c c #CCCCCC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
46 "d c #D7D7D7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
47 "e c #F5F5F5", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
48 "f c #FAFAFA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
49 "g c #FBFBFB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
50 "h c #F8F8F8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
51 "i c #F0F0F0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
52 "j c #E1E1E1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
53 "k c #C2C2C2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
54 "l c #434343", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
55 "m c #0F0F0F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
56 "n c #1F1F1F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
57 "o c #B9B9B9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
58 "p c #D6D6D6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
59 "q c #F9F9F9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
60 "r c #FDFDFD", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
61 "s c #454545", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
62 "t c #F2F2F2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
63 "u c #ECECEC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
64 "v c #E4E4E4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
65 "w c #ABABAB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
66 "x c #0E0E0E", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
67 "y c #1B1B1B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
68 "z c #6D6D6D", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
69 "A c #FEFEFE", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
70 "B c #FCFCFC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
71 "C c #EEEEEE", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
72 "D c #E6E6E6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
73 "E c #575757", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
74 "F c #090909", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
75 "G c #141414", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
76 "H c #A8A8A8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
77 "I c #D8D8D8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
78 "J c #F6F6F6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
79 "K c #F4F4F4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
80 "L c #DCDCDC", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
81 "M c #9B9B9B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
82 "N c #060606", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
83 "O c #111111", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
84 "P c #C5C5C5", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
85 "Q c #DFDFDF", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
86 "R c #444444", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
87 "S c #424242", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
88 "T c #EDEDED", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
89 "U c #BFBFBF", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
90 "V c #C6C6C6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
91 "W c #E3E3E3", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
92 "X c #414141", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
93 "Y c #EAEAEA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
94 "Z c #E0E0E0", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
95 "` c #BABABA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
96 " . c #050505", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
97 ".. c #0B0B0B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
98 "+. c #A5A5A5", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
99 "@. c #D1D1D1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
100 "#. c #939393", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
101 "$. c #020202", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
102 "%. c #0A0A0A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
103 "&. c #5F5F5F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
104 "*. c #D9D9D9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
105 "=. c #EBEBEB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
106 "-. c #E9E9E9", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
107 ";. c #D4D4D4", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
108 ">. c #000000", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
109 ",. c #E2E2E2", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
110 "'. c #3F3F3F", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
111 "). c #DADADA", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
112 "!. c #CBCBCB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
113 "~. c #3B3B3B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
114 "{. c #D5D5D5", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
115 "]. c #C8C8C8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
116 "^. c #BDBDBD", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
117 "/. c #515151", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
118 "(. c #C7C7C7", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
119 "_. c #CDCDCD", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
120 ":. c #B8B8B8", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
121 "<. c #030303", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
122 "[. c #313131", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
123 "}. c #999999", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
124 "|. c #BBBBBB", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
125 "1. c #B6B6B6", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
126 "2. c #909090", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
127 "3. c #2B2B2B", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
128 "4. c #010101", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
129 "5. c #7A7A7A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
130 "6. c #9A9A9A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
131 "7. c #777777", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
132 "8. c #3C3C3C", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
133 "9. c #686868", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
134 "0. c #797979", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
135 "a. c #3A3A3A", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
136 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
137 " . + @ # # # ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
138 " $ % & * = - ; > , ' ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
139 " ) ! = ~ { ] ^ / ( _ : < ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
140 " [ } ~ | 1 2 3 4 5 6 7 8 9 0 ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
141 " a b c d 6 e f g f h e i j k l m ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
142 " n o p 2 q g r s s g h t u v w x ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
143 " y z 7 j e f r A s s B q e C D 1 E F ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
144 " G H I C J q B A s s g h K C D L M N ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
145 " O P Q 3 e R R s s s R l S T 6 1 U N ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
146 " x V W u t l R R R R l S X Y Z d ` . ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
147 " ..+.j 2 T 5 K J l l 4 3 u v 1 @.#.$. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
148 " %.&.*.j D =.C 3 X X T -.v 1 ;.~ : >. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
149 " %.= I L ,.6 D '.'.W Q ).;.!.* $. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
150 " N ~.c 7 ;.).1 ).1 I {.] ].^.$ >. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
151 " ./.k (.!.c _.!.!.].k :.s >. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
152 " <.[.}.|.^.8 8 8 1.2.3.>.>.>. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
153 " 4.<.X 5.6.6.7.8.>.>. >.>.>.>. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
154 " >.>.>.>.>.>. , , >.>. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
155 " >.9.. >.>. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
156 " >.0.a.>.>. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
157 " >.9.n >. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
158 " >.>. ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
diff
changeset
|
159 " "}; |