summaryrefslogtreecommitdiff
path: root/test/pdfrip.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-16 11:30:47 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-16 11:30:47 +0100
commitca96fd52682674ff5366586ee69a88ddfef2271a (patch)
treeb1146da1ef4b64e8cdc6b09fef8eea8a7c7f0a4e /test/pdfrip.c
parentd4de3f89649314eb58f779763ee99b62688ff3ec (diff)
downloadmupdf-ca96fd52682674ff5366586ee69a88ddfef2271a.tar.xz
put font encoding tables into their own c-files
Diffstat (limited to 'test/pdfrip.c')
-rw-r--r--test/pdfrip.c4
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);