Class ToUnicodeMap
java.lang.Object
org.loboevolution.pdfview.font.cid.PDFCMap
org.loboevolution.pdfview.font.cid.ToUnicodeMap
**************************************************************************
Parses a CMAP and builds a lookup table to map CMAP based codes to unicode.
This is not a fully functional CMAP parser but a stripped down parser
that should be able to parse some limited variants of CMAPs that are
used for the ToUnicode mapping found for some Type0 fonts.
Author Bernd Rosstauscher
- Since:
- 03.08.2011 **************************************************************************
-
Constructor Summary
ConstructorDescriptionToUnicodeMap
(PDFObject map) ********************************************************************** Constructor -
Method Summary
Modifier and TypeMethodDescriptionchar
map
(char src) Map a given source character to a destination character
-
Constructor Details
-
ToUnicodeMap
********************************************************************** Constructor- Parameters:
map
- aPDFObject
object.- Throws:
IOException
- if any.
-
-
Method Details