Home » pdfbox-1.1.0-src » org.apache.fontbox.ttf » [javadoc | source]
org.apache.fontbox.ttf
public class: CMAPTable [javadoc | source]
java.lang.Object
   org.apache.fontbox.ttf.TTFTable
      org.apache.fontbox.ttf.CMAPTable
A table in a true type font.
Field Summary
public static final  String TAG    A tag used to identify this table. 
public static final  int PLATFORM_WINDOWS    A constant for the platform. 
public static final  int ENCODING_SYMBOL    An encoding constant. 
public static final  int ENCODING_UNICODE    An encoding constant. 
public static final  int ENCODING_SHIFT_JIS    An encoding constant. 
public static final  int ENCODING_BIG5    An encoding constant. 
public static final  int ENCODING_PRC    An encoding constant. 
public static final  int ENCODING_WANSUNG    An encoding constant. 
public static final  int ENCODING_JOHAB    An encoding constant. 
Method from org.apache.fontbox.ttf.CMAPTable Summary:
getCmaps,   initData,   setCmaps
Methods from org.apache.fontbox.ttf.TTFTable:
getCheckSum,   getLength,   getOffset,   getTag,   initData,   setCheckSum,   setLength,   setOffset,   setTag
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.ttf.CMAPTable Detail:
 public CMAPEncodingEntry[] getCmaps() 
 public  void initData(TrueTypeFont ttf,
    TTFDataStream data) throws IOException 
    This will read the required data from the stream.
 public  void setCmaps(CMAPEncodingEntry[] cmapsValue)