intarsys PDF library API

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

Packages that use CID
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 CID in de.intarsys.pdf.font
 

Subclasses of CID in de.intarsys.pdf.font
 class CIDSelectorCID
          A selector based on a multi byte sequence.
 class CIDSelectorCode
          A selector based on a character code.
 class CIDSelectorName
          A selector based on a character name.
 

Fields in de.intarsys.pdf.font declared as CID
static CID CID.Notdef
          The special CID for undefined glyphs.
 

Methods in de.intarsys.pdf.font that return CID
 CID StreamBasedCMap.getNextCID(byte[] bytes, int offset)
           
 CID PDFontType3.getNextCID(byte[] bytes, int offset)
           
 CID PDFontType1.getNextCID(byte[] bytes, int offset)
           
 CID PDFontType0.getNextCID(byte[] bytes, int offset)
           
 CID PDFontTrueType.getNextCID(byte[] bytes, int offset)
           
 CID PDFontAny.getNextCID(byte[] bytes, int offset)
           
abstract  CID PDFont.getNextCID(byte[] bytes, int offset)
           
 CID IdentityCMap.getNextCID(byte[] bytes, int offset)
           
abstract  CID CMap.getNextCID(byte[] bytes, int offset)
           
 CID CIDFontType2.getNextCID(byte[] bytes, int offset)
           
 CID CIDFontType0.getNextCID(byte[] bytes, int offset)
           
 CID StreamBasedCMap.lookup(byte[] value)
           
 CID IdentityCMap.lookup(byte[] value)
           
abstract  CID CMap.lookup(byte[] value)
           
abstract  CID CMapMap.map(byte[] value)
           
 CID CMapCIDRangeNotdefMap.map(byte[] bytes)
           
 CID CMapCIDRangeCodeMap.map(byte[] bytes)
           
 CID CMapCIDCharCodeMap.map(byte[] bytes)
           
 CID CMapBFRangeNameMap.map(byte[] value)
           
 CID CMapBFRangeCodeMap.map(byte[] bytes)
           
 CID CMapBFCharNameMap.map(byte[] bytes)
           
 CID CMapBFCharCodeMap.map(byte[] bytes)
           
 

Methods in de.intarsys.pdf.font with parameters of type CID
 int StreamBasedGIDMap.getGlyphIndex(CID cid)
           
 int PDFontType0.getGlyphIndex(CID cid)
           
 int NamedGIDMap.getGlyphIndex(CID cid)
           
abstract  int CIDToGIDMap.getGlyphIndex(CID cid)
           
 int CIDFontType2.getGlyphIndex(CID cid)
           
 int CIDFontType0.getGlyphIndex(CID cid)
           
abstract  int CIDFont.getGlyphIndex(CID cid)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.