Added: Adobe-UCS

pull/1/head
Yusuke Shinyama 2013-10-17 21:35:25 +09:00
parent 774827b4ce
commit de9f9715e3
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ class PDFCIDFont(PDFFont):
strm = stream_value(spec['ToUnicode'])
self.unicode_map = FileUnicodeMap()
CMapParser(self.unicode_map, StringIO(strm.get_data())).run()
elif self.cidcoding == 'Adobe-Identity':
elif self.cidcoding in ('Adobe-Identity', 'Adobe-UCS'):
if ttf:
try:
self.unicode_map = ttf.create_unicode_map()