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

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

Uses of CMAPTable in org.apache.fontbox.ttf
 

Methods in org.apache.fontbox.ttf that return CMAPTable
 CMAPTable TrueTypeFont.getCMAP()
          Get the cmap table for this TTF.
 

Methods in org.apache.fontbox.ttf with parameters of type CMAPTable
 void CMAPEncodingEntry.initSubtable(CMAPTable cmap, int numGlyphs, TTFDataStream data)
          This will read the required data from the stream.
 



Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.