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
Fields in org.apache.fontbox.cmap with type parameters of type CodespaceRange Modifier and Type Field Description private java.util.List<CodespaceRange>
CMap. codespaceRanges
Methods in org.apache.fontbox.cmap with parameters of type CodespaceRange Modifier and Type Method Description (package private) void
CMap. addCodespaceRange(CodespaceRange range)
This will add a codespace range.
-