|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMap | |
---|---|
org.apache.fontbox.cmap | This package holds classes that are necessary to parse cmap files. |
org.apache.pdfbox.encoding.conversion | This package contains the implementations for conversions of encodings and CMaps that are used in PDF documents. |
org.apache.pdfbox.pdmodel.font | Classes to deal with font functionality in a PDF Document. |
Uses of CMap in org.apache.fontbox.cmap |
---|
Methods in org.apache.fontbox.cmap that return CMap | |
---|---|
CMap |
CMapParser.parse(File file)
Parse a CMAP file on the file system. |
CMap |
CMapParser.parse(String resourceRoot,
InputStream input)
This will parse the stream and create a cmap object. |
Methods in org.apache.fontbox.cmap with parameters of type CMap | |
---|---|
void |
CMap.useCmap(CMap cmap)
Implementation of the usecmap operator. |
Uses of CMap in org.apache.pdfbox.encoding.conversion |
---|
Methods in org.apache.pdfbox.encoding.conversion with parameters of type CMap | |
---|---|
String |
CJKConverter.convertBytes(byte[] c,
int offset,
int length,
CMap cmap)
Convert bytes to a string. |
String |
EncodingConverter.convertBytes(byte[] c,
int offset,
int length,
CMap cmap)
Convert bytes to a string. |
Uses of CMap in org.apache.pdfbox.pdmodel.font |
---|
Fields in org.apache.pdfbox.pdmodel.font declared as CMap | |
---|---|
protected CMap |
PDFont.cmap
This is only used if this is a font object and it has an encoding and it is a type0 font with a cmap. |
Fields in org.apache.pdfbox.pdmodel.font with type parameters of type CMap | |
---|---|
protected static Map<String,CMap> |
PDFont.cmapObjects
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |