diff options
author | Nicolas Pena <npm@chromium.org> | 2017-05-16 17:01:30 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-16 22:02:47 +0000 |
commit | dde95d8be9bc2817e34429fc38ee6d89d6d5ab75 (patch) | |
tree | e901763a96a94d430f26b4895ec19dd6d1304d01 /testing/resources/pixel/bug_665467.in | |
parent | 9792f16f3ef27a1e0c7f0526cc69637a158e3010 (diff) | |
download | pdfium-dde95d8be9bc2817e34429fc38ee6d89d6d5ab75.tar.xz |
Small fix in CPDF_TrueTypeFont load
The ToUnicode map should not be ignored when it exists. Doing so can cause a
charcode to be assigned an incorrect glyph index, and will result in garbled
text.
Bug: chromium:665467
Change-Id: I21c1bf560a0731d974191d4189ea730ef9868334
Reviewed-on: https://pdfium-review.googlesource.com/5512
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'testing/resources/pixel/bug_665467.in')
-rw-r--r-- | testing/resources/pixel/bug_665467.in | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/testing/resources/pixel/bug_665467.in b/testing/resources/pixel/bug_665467.in new file mode 100644 index 0000000000..0166ee4c67 --- /dev/null +++ b/testing/resources/pixel/bug_665467.in @@ -0,0 +1,93 @@ +{{header}} +{{object 1 0}} +<< + /Type /Catalog + /Pages 2 0 R +>> +{{object 2 0}} +<< + /Type /Pages + /MediaBox [ 0 0 100 100 ] + /Count 1 + /Kids [ 3 0 R ] +>> +endobj +{{object 3 0}} +<< + /Type /Page + /Parent 2 0 R + /Resources + << + /Font << /F1 4 0 R >> + >> + /Contents 9 0 R +>> +endobj +{{object 4 0}} +<< + /Type /Font + /Subtype /TrueType + /BaseFont /ChromeSansMM + /Encoding 6 0 R + /FirstChar 32 + /LastChar 255 + /Name /F1 + /ToUnicode 7 0 R + /FontDescriptor 8 0 R +>> +endobj +{{object 6 0}} +<< + /Differences [ 161 /someunknownname ] + /Type /Encoding +>> +{{object 7 0}} << +>> +stream +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<</Registry (Adobe) +/Ordering (Identity) +/Supplement 0 +>> def +/CMapName /Adobe-Identity-H def +CMapType 2 def +1 begincodespacerange +<00> <FF> +endcodespacerange +1 beginbfchar +<A1> <043B> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +endobj +{{object 8 0}} +<< + << /Ascent 1000 + /CapHeight 0 + /Descent -200 + /Flags 32 + /FontBBox [ -599 -207 1338 1034 ] + /FontName /ChromeSansMM + /ItalicAngle 0 + /StemV 0 + /Type /FontDescriptor +>> +{{object 9 0}} << +>> +stream +BT +50 50 Td /F1 15 Tf <A1> Tj +ET +endstream +endobj +{{xref}} +trailer << + /Root 1 0 R +>> +{{startxref}} +%%EOF |