From 7ffa9a283d52019b4d857318c96533cc9dc1904a Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 9 Jul 2024 09:12:09 +0200 Subject: [PATCH] Extend test-coverage for non-embedded Type1 fonts where .notdef glyphs are replaced with spaces --- test/test_manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/test/test_manifest.json b/test/test_manifest.json index 78c4d8f59..b7d1190f6 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -2983,6 +2983,13 @@ "rounds": 1, "type": "eq" }, + { + "id": "issue11403-text", + "file": "pdfs/issue11403_reduced.pdf", + "md5": "08287b64f442cb7c329b97c4774aa1cd", + "rounds": 1, + "type": "text" + }, { "id": "issue11139", "file": "pdfs/issue11139.pdf", @@ -6479,6 +6486,14 @@ "type": "eq", "about": "Has a 4 bit per component image with mask and decode." }, + { + "id": "issue2770-text", + "file": "pdfs/issue2770.pdf", + "md5": "36070d756d06eaa35c2227efb069fb1b", + "rounds": 1, + "link": true, + "type": "text" + }, { "id": "issue2984", "file": "pdfs/issue2984.pdf",