org.foray.ps.encode
Class CMap
java.lang.Object
org.foray.ps.encode.CMap
- All Implemented Interfaces:
- org.axsl.ps.Cmap, org.axsl.ps.Encoding
- Direct Known Subclasses:
- CMap04, CMap12
public abstract class CMap
- extends Object
- implements org.axsl.ps.Cmap
Abstract superclass for all CMap Tables.
Fields inherited from interface org.axsl.ps.Encoding |
INVALID_UNICODE_CHAR |
Constructor Summary |
CMap()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.axsl.ps.Encoding |
asPostScript, decodeCharacter, encodeCharacter, getFirstIndex, getLastIndex, getName |
serialVersionUID
public static final long serialVersionUID
- Constant needed for serialization.
- See Also:
- Constant Field Values
CMap
public CMap()
isPredefinedPs
public boolean isPredefinedPs()
- Specified by:
isPredefinedPs
in interface org.axsl.ps.Encoding
isPredefinedPdf
public boolean isPredefinedPdf()
- Specified by:
isPredefinedPdf
in interface org.axsl.ps.Encoding
canEncode
public boolean canEncode(int codePoint)
- Specified by:
canEncode
in interface org.axsl.ps.Encoding
Copyright © 2017. All rights reserved.