de.intarsys.pdf.font
Class CIDToGIDMap
java.lang.Object
de.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.font.CIDToGIDMap
- All Implemented Interfaces:
- ICOSObjectListener, IAttributeSupport
- Direct Known Subclasses:
- NamedGIDMap, StreamBasedGIDMap
public abstract class CIDToGIDMap
- extends COSBasedObject
For Type 2 CID Fonts only a specification of the mapping from CID's to glyph
indices.
Methods inherited from class de.intarsys.pdf.cos.COSBasedObject |
changed, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldString, toString |
CN_Identity
public static final COSName CN_Identity
META
public static final CIDToGIDMap.MetaClass META
- The meta class instance
getSingleton
public static CIDToGIDMap getSingleton(COSName name)
getGlyphIndex
public abstract int getGlyphIndex(CID cid)
Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.