Package | Description |
---|---|
org.apache.fontbox.cmap |
This package holds classes that are necessary to parse cmap files.
|
Modifier and Type | Method | Description |
---|---|---|
CMap |
CMapParser.parse(java.io.File file) |
Parse a CMAP file on the file system.
|
CMap |
CMapParser.parse(java.lang.String resourceRoot,
java.io.InputStream input) |
This will parse the stream and create a cmap object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CMap.useCmap(CMap cmap) |
Implementation of the usecmap operator.
|
Copyright © 2008–2018. All rights reserved.