| Package | Description |
|---|---|
| org.verapdf.pd.font | |
| org.verapdf.pd.font.cff | |
| org.verapdf.pd.font.cmap | |
| org.verapdf.pd.font.opentype | |
| org.verapdf.pd.font.truetype | |
| org.verapdf.tools |
| Modifier and Type | Field and Description |
|---|---|
protected CMap |
PDCIDFont.cMap |
| Constructor and Description |
|---|
PDCIDFont(COSDictionary dictionary,
CMap cMap)
Constructor from COSDictionary and CMap with code -> cid mapping.
|
PDCIDFont(COSDictionary dictionary,
CMap cMap,
FontProgram fontProgram,
boolean isFontParsed)
Constructor that sets font program for this CIDFont.
|
| Constructor and Description |
|---|
CFFFontProgram(ASInputStream stream,
Encoding pdEncoding,
CMap cMap,
boolean isSubset)
Constructor from stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityCMap
Class represents identity CMap.
|
| Modifier and Type | Method and Description |
|---|---|
CMap |
CMapParser.getCMap() |
CMap |
PDCMap.getCMapFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMap.useCMap(CMap another)
Method adds all the data needed to this CMap from another CMap.
|
| Constructor and Description |
|---|
OpenTypeFontProgram(ASInputStream source,
boolean isCFF,
boolean isSymbolic,
COSObject encoding,
CMap externalCMap,
boolean isSubset)
Constructor from stream, containing font data, and encoding details.
|
| Constructor and Description |
|---|
CIDFontType2Program(ASInputStream stream,
CMap cMap,
COSObject cidToGID)
Constructor from font stream and encoding details.
|
| Modifier and Type | Method and Description |
|---|---|
static CMap |
StaticResources.getCMap(String name)
Gets CMap for this string key.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StaticResources.cacheCMap(String name,
CMap cMap)
Caches CMap object.
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.