projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4fc92f
)
(main): Call dump_image with the arg full as 0.
author
handa
<handa>
Fri, 23 Jun 2006 07:28:26 +0000
(07:28 +0000)
committer
handa
<handa>
Fri, 23 Jun 2006 07:28:26 +0000
(07:28 +0000)
example/otftobdf.c
patch
|
blob
|
history
diff --git
a/example/otftobdf.c
b/example/otftobdf.c
index
70f6a3a
..
3eac593
100644
(file)
--- a/
example/otftobdf.c
+++ b/
example/otftobdf.c
@@
-217,7
+217,7
@@
main (int argc, char **argv)
dump_header (face, "unknown", nchars, pixel_size);
for (i = 0; i < 0x10000; i++)
if (code_table[i] >= 0)
- dump_image (pixel_size, code_table[i], i, 1);
+ dump_image (pixel_size, code_table[i], i, 0);
dump_tailer ();
exit (0);