Open GoogleCodeExporter opened 9 years ago
Sorry, I don't fully understand ... is this a python error?
Does it throw an excepction or it is a workaround?
Original comment by reingart@gmail.com
on 8 Jan 2013 at 4:34
My opinion cause is assumption
fpdf.py:1273 cidtogidmap = ["\x00"] * 256*256*2 (64k words)
but index can be up to 0x20FFFF. Should be fixed next to Issue 37
Original comment by romiq...@gmail.com
on 8 Jan 2013 at 5:10
Ok, if you double the space at cidtogidmap it does work?
Could you detect the font and double the space only if needed?
If it fixes the issue, go ahead ;-)
Original comment by reingart@gmail.com
on 8 Jan 2013 at 5:50
Increase buffer to 0x220000 bytes (2.2 Mb) allow script to work, but then
output failed
001) 10400 - [] []
It should be glyph (or at least one []). Seems to be UTF-16 conversion or
something like this. Investigating...
Original comment by romiq...@gmail.com
on 8 Jan 2013 at 6:25
Attachments:
Original issue reported on code.google.com by
romiq...@gmail.com
on 8 Jan 2013 at 10:28Attachments: