Uses of Class
org.apache.fontbox.ttf.CMAPEncodingEntry

Packages that use CMAPEncodingEntry
org.apache.fontbox.ttf This package contains classes to parse a TTF file. 
 

Uses of CMAPEncodingEntry in org.apache.fontbox.ttf
 

Methods in org.apache.fontbox.ttf that return CMAPEncodingEntry
 CMAPEncodingEntry[] CMAPTable.getCmaps()
           
 

Methods in org.apache.fontbox.ttf with parameters of type CMAPEncodingEntry
 void CMAPTable.setCmaps(CMAPEncodingEntry[] cmapsValue)