jPod PDF library

Uses of Class
de.intarsys.pdf.font.CMap

Packages that use CMap
de.intarsys.pdf.encoding This package implements the encodings of the PDF spec. 
de.intarsys.pdf.font The font part of the PDF is quite large for itself, so it is extracted to a package of its own. 
 

Uses of CMap in de.intarsys.pdf.encoding
 

Constructors in de.intarsys.pdf.encoding with parameters of type CMap
CMapEncoding(CMap map)
           
 

Uses of CMap in de.intarsys.pdf.font
 

Subclasses of CMap in de.intarsys.pdf.font
 class IdentityCMap
          The generic 2 byte identity mapping (Identity-H and Identity-V).
 class InternalCMap
           
 class NamedCMap
           
 class StreamBasedCMap
          A stream based mapping from character codes to CID's.
 

Methods in de.intarsys.pdf.font that return CMap
 CMap PDFontType0.getCMap()
          The CMap associated with the Type0 font.
static CMap IdentityCMap.getSingleton(COSName name)
           
 CMap PDFont.getToUnicode()
           
static CMap NamedCMap.loadCMap(COSName name)
           
 

Methods in de.intarsys.pdf.font with parameters of type CMap
 void PDFont.setToUnicode(CMap newToUnicode)
          set the to unicode mapping
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.