Uses of Class
org.apache.fontbox.cmap.CMap
-
Packages that use CMap Package Description org.apache.fontbox.cmap This package holds classes that are necessary to parse cmap files. -
-
Uses of CMap in org.apache.fontbox.cmap
Methods in org.apache.fontbox.cmap that return CMap Modifier and Type Method Description CMapCMapParser. parse(java.io.File file)Parse a CMAP file on the file system.CMapCMapParser. parse(java.lang.String resourceRoot, java.io.InputStream input)This will parse the stream and create a cmap object.Methods in org.apache.fontbox.cmap with parameters of type CMap Modifier and Type Method Description voidCMap. useCmap(CMap cmap)Implementation of the usecmap operator.
-