de.intarsys.pdf.font
Class StreamBasedGIDMap
java.lang.Object
de.intarsys.pdf.cos.COSBasedObject
de.intarsys.pdf.font.CIDToGIDMap
de.intarsys.pdf.font.StreamBasedGIDMap
- All Implemented Interfaces:
- ICOSObjectListener, de.intarsys.tools.attribute.IAttributeSupport
public class StreamBasedGIDMap
- extends CIDToGIDMap
Mapping from CID's to glyph indices. The glyph index is a 2 byte value stored
at index 2*x and 2*x + 1 where x is the CID number. First byte is high order.
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 |
META
public static final StreamBasedGIDMap.MetaClass META
- The meta class instance
getGlyphIndex
public int getGlyphIndex(CharacterSelector cid)
- Specified by:
getGlyphIndex
in class CIDToGIDMap
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.