Hi guys,<br><br> I'm working a project called pdf2htmlEX, where characters have to be displayed in Unicode, instead of charcodes.<br><br> Usually this is done by ToUnicode map, but I've many bad mapping for Type 1 font, where Type 1 font itself provides good mappings.<br>
<br> So I'm going to disable ToUnicode map for Type 1(C) fonts, I need to handle the mapping myself.<br><br> I've found the parseCharName function in GfxFont.cc, is it ok if we make it extern, since it's a standard function following Adobe's Convention?<br>
<br><br><br> Thanks!<br><br> regards<br> - Lu Wang<br> 2012.08.24<br>