diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-16 11:30:47 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-16 11:30:47 +0100 |
commit | ca96fd52682674ff5366586ee69a88ddfef2271a (patch) | |
tree | b1146da1ef4b64e8cdc6b09fef8eea8a7c7f0a4e /test/pdfrip.c | |
parent | d4de3f89649314eb58f779763ee99b62688ff3ec (diff) | |
download | mupdf-ca96fd52682674ff5366586ee69a88ddfef2271a.tar.xz |
put font encoding tables into their own c-files
Diffstat (limited to 'test/pdfrip.c')
-rw-r--r-- | test/pdfrip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pdfrip.c b/test/pdfrip.c index 45577b82..0837e969 100644 --- a/test/pdfrip.c +++ b/test/pdfrip.c @@ -83,9 +83,9 @@ void dumptext(fz_node *node) if (fabs(dy) > 1.6) puts("\n"); - else if (fabs(dy) > 0.1) + else if (fabs(dy) > 0.2) putchar('\n'); - else if (fabs(dx) > 0.1) + else if (fabs(dx) > 0.2) putchar(' '); h = fz_gethmtx(text->font, cid); |