[PDF] Fix bug in ToUnicode table generation for Type 3 fonts.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 11 Dec 2013 18:47:11 +0000 (18:47 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 11 Dec 2013 18:47:11 +0000 (18:47 +0000)
commit1236d8e37c96339865832ceef569340283201e37
treeb9db0260aa4ac258548f7285b32789b10b5c3779
parentf3aead2829fa515f790631ee65784a7b9b073343
[PDF] Fix bug in ToUnicode table generation for Type 3 fonts.

True glyphIDs where being using in the Type3 ToUnicode table instead of IDs of 1-255.  This causes poppler to complain about each entry.

BUG:skia:1565

R=bungeman@google.com

Author: vandebo@chromium.org

Review URL: https://codereview.chromium.org/112053005

git-svn-id: http://skia.googlecode.com/svn/trunk@12625 2bbb7eff-a529-9590-31e7-b0007b416f81
src/pdf/SkPDFFont.cpp
tests/ToUnicode.cpp