Uses of Class
org.apache.fontbox.cmap.CodespaceRange
-
Packages that use CodespaceRange Package Description org.apache.fontbox.cmap This package holds classes that are necessary to parse cmap files. -
-
Uses of CodespaceRange in org.apache.fontbox.cmap
Methods in org.apache.fontbox.cmap that return types with arguments of type CodespaceRange Modifier and Type Method Description java.util.List<CodespaceRange>
CMap. getCodeSpaceRanges()
Getter for property codeSpaceRanges.Methods in org.apache.fontbox.cmap with parameters of type CodespaceRange Modifier and Type Method Description void
CMap. addCodespaceRange(CodespaceRange range)
This will add a codespace range.
-