org.apache.fontbox.cff
Class Type1CharStringFormatter
java.lang.Object
org.apache.fontbox.cff.Type1CharStringFormatter
public class Type1CharStringFormatter
- extends Object
This class represents a formatter for CharString commands of a Type1 font.
- Version:
- $Revision: 1.0 $
- Author:
- Villu Ruusmann
Method Summary |
byte[] |
format(List<Object> sequence)
Formats the given command sequence to a byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type1CharStringFormatter
public Type1CharStringFormatter()
format
public byte[] format(List<Object> sequence)
- Formats the given command sequence to a byte array.
- Parameters:
sequence
- the given command sequence
- Returns:
- the formatted seuqence as byte array
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.