Package com.tom_roush.fontbox.cff
Class Type1CharStringFormatter
- java.lang.Object
-
- com.tom_roush.fontbox.cff.Type1CharStringFormatter
-
public class Type1CharStringFormatter extends Object
This class represents a formatter for CharString commands of a Type1 font.
-
-
Constructor Summary
Constructors Constructor Description Type1CharStringFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]format(List<Object> sequence)Formats the given command sequence to a byte array.
-