| Package | Description | 
|---|---|
| org.apache.fontbox.cmap | 
 This package holds classes that are necessary to parse cmap files. 
 | 
| org.apache.pdfbox.pdmodel.font | 
 Classes to deal with font functionality in a PDF Document. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CMap | 
CMapParser.parse(File file)
Parse a CMAP file on the file system. 
 | 
CMap | 
CMapParser.parse(InputStream input)
This will parse the stream and create a cmap object. 
 | 
CMap | 
CMapParser.parsePredefined(String name)
Parses a predefined CMap. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CMap | 
PDType0Font.getCMap()
Returns the font's CMap. 
 | 
CMap | 
PDType0Font.getCMapUCS2()
Returns the font's UCS2 CMap, only present this font uses a predefined CMap. 
 | 
protected CMap | 
PDFont.readCMap(COSBase base)
Reads a CMap given a COS Stream or Name. 
 | 
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.