Home » pdfbox-1.1.0-src » org.apache.fontbox.cff » [javadoc | source]
org.apache.fontbox.cff
public class: CharStringConverter [javadoc | source]
java.lang.Object
   org.apache.fontbox.cff.CharStringHandler
      org.apache.fontbox.cff.CharStringConverter
A class to translate Type2 CharString command sequence to Type1 CharString command sequence.
Constructor:
 public CharStringConverter(int defaultWidth,
    int nominalWidth) 
Method from org.apache.fontbox.cff.CharStringConverter Summary:
convert,   handleCommand
Methods from org.apache.fontbox.cff.CharStringHandler:
handleCommand,   handleSequence
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.cff.CharStringConverter Detail:
 public List<Object> convert(List<Object> commandSequence) 
    Converts a sequence of Type1/Type2 commands into a sequence of CharStringCommands.
 public  void handleCommand(List<Integer> numbers,
    CharStringCommand command) 
    {@inheritDoc}