| |
|
| java.lang.Object com.sun.pdfview.font.PDFCMap
PDFCMap | abstract public class PDFCMap (Code) | | A CMap maps from a character in a composite font to a font/glyph number
pair in a CID font.
author: jkaplan |
Constructor Summary | |
protected | PDFCMap() |
PDFCMap | protected PDFCMap()(Code) | | Creates a new instance of CMap
|
getCMap | public static PDFCMap getCMap(PDFObject map) throws IOException(Code) | | Get a CMap, given a PDF object containing one of the following:
a string name of a known CMap
a stream containing a CMap definition
|
getFontID | public int getFontID(char src)(Code) | | Get the font number assoicated with a given source character
|
map | abstract public char map(char src)(Code) | | Map a given source character to a destination character
|
populateCache | protected static void populateCache()(Code) | | Populate the cache with well-known types
|
|
|
|