Package | Description |
---|---|
org.apache.fontbox.cmap |
This package holds classes that are necessary to parse cmap files.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CodespaceRange> |
CMap.getCodeSpaceRanges()
Getter for property codeSpaceRanges.
|
Modifier and Type | Method and Description |
---|---|
void |
CMap.addCodespaceRange(CodespaceRange range)
This will add a codespace range.
|