org.apache.fontbox.cff
public class CharStringRenderer extends CharStringHandler
Version: $Revision: 1.0 $
Method Summary | |
---|---|
Rectangle2D | getBounds()
Returns the bounds of the renderer path. |
int | getWidth()
Returns the width of the current command. |
void | handleCommand(List<Integer> numbers, CharStringCommand command) |
GeneralPath | render(List<Object> sequence)
Renders the given sequence and returns the result as a GeneralPath. |
Returns: the bounds as Rectangle2D
Returns: the width
Parameters: sequence the given charstring sequence
Returns: the rendered GeneralPath