repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 990226.
[wine/gsoc-2012-control.git]
/
include
/
bitmaps
/
ocr_help
blob
2fbbabd90e219f64fd41c5a5ae2a823a68e17560
1
/* XPM */
2
static char *ocr_help[] = {
3
" 32 32 3 1 0 0",
4
" s None c None",
5
". s black c black",
6
"X s white c white",
7
". ",
8
".. XXXXXXX ",
9
".X. X.......X ",
10
".XX. X...XX....X ",
11
".XXX. X...X X....X ",
12
".XXXX. X...X X....X ",
13
".XXXXX. X...X X....X ",
14
".XXXXXX. X...X X...X ",
15
".XXXXXXX.XXXXX X...X ",
16
".XXXXXXXX. X...X ",
17
".XXXXX..... X...X ",
18
".XX.XX. X...X ",
19
".X. .XX. X...X ",
20
".. .XX. XXX ",
21
". .XX. X...X ",
22
" .XX. X.....X ",
23
" .XX. X...X ",
24
" .XX. XXX ",
25
" .. ",
26
" ",
27
" ",
28
" ",
29
" ",
30
" ",
31
" ",
32
" ",
33
" ",
34
" ",
35
" ",
36
" ",
37
" ",
38
" "
39
};
40