intarsys PDF library API

Uses of Class
de.intarsys.pdf.encoding.Encoding

Packages that use Encoding
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. 
de.intarsys.pdf.font.outlet This package summarizes the handling of fonts. 
 

Uses of Encoding in de.intarsys.pdf.encoding
 

Subclasses of Encoding in de.intarsys.pdf.encoding
 class CMapEncoding
          This is a "dummy" implementation for the CMap style encoding in a Type o font.
 class FontSpecificEncoding
          An encoding that is defined externally in the font program itself.
 class MacOSRomanEncoding
          Implementation of statndard Roman encoding on the Mac platform.
 class MacRomanEncoding
          Implementation of MacRomanEncoding
 class MappedEncoding
          A MappedEncoding is an explicit map from a codepoint to a name (and vice versa).
 class PDFDocEncoding
          A mapper between PDFEncoding and Unicode
 class StandardEncoding
          Implementation of StandardEncoding
 class SymbolEncoding
           
 class WinAnsiEncoding
          Implementation of WinAnsiEncoding
 

Methods in de.intarsys.pdf.encoding that return Encoding
static Encoding Encoding.create(COSName name)
          "Create" one of the well known encodings.
 Encoding MappedWriter.getEncoding()
          The encoding used by this writer.
 Encoding MappedReader.getEncoding()
          The encoding used by this reader.
static Encoding Encoding.getStandard()
          Return the standard encoding for the PDF specification.
 

Constructors in de.intarsys.pdf.encoding with parameters of type Encoding
MappedReader(InputStream is, Encoding encoding)
          Create a MappedReader
MappedWriter(OutputStream out, Encoding encoding)
          Create a MappedWriter
 

Uses of Encoding in de.intarsys.pdf.font
 

Subclasses of Encoding in de.intarsys.pdf.font
 class AFMEncoding
          The builtin encoding of AFM defined fonts.
 class AFMSymbolicEncoding
           
 class DifferenceEncoding
          An encoding defined as a delta to another base encoding.
 

Methods in de.intarsys.pdf.font that return Encoding
static Encoding DifferenceEncoding.create(COSDictionary dict, PDFont font)
          Create the difference encoding from the values defined in the dict.
 Encoding PDFont.getEncoding()
          The encoding of the glyphs in the font
 

Methods in de.intarsys.pdf.font with parameters of type Encoding
 void PDFont.setEncoding(Encoding newFontEncoding)
          set an encoding for the font
 

Uses of Encoding in de.intarsys.pdf.font.outlet
 

Methods in de.intarsys.pdf.font.outlet that return Encoding
 Encoding IFontQuery.getEncoding()
          The desired encoding for the PDFont.
 Encoding FontQuery.getEncoding()
           
 Encoding FontQuery.getOverrideEncoding()
          The required encoding for the result font.
 

Methods in de.intarsys.pdf.font.outlet with parameters of type Encoding
 void FontQuery.setOverrideEncoding(Encoding overrideEncoding)
          Set the encoding attribute for the font to be looked up.
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.