org.extex.font.format.xtf.tables.cff
Interface CharStringCalc

All Known Implementing Classes:
T2RLineTo

public interface CharStringCalc

Interface, to calculate the bounding box for the CharString.

Version:
$Revision: 6604 $
Author:
Michael Niedermair

Method Summary
 void calculate(CharString ch)
          Calculate the bounding box.
 

Method Detail

calculate

void calculate(CharString ch)
Calculate the bounding box.

Parameters:
ch - The CharString object.