Class CMapCodepointToCid
Class represents real codepoint-CID mapping without any additional manipulation.
public class CMapCodepointToCid : AbstractCMap
- Inheritance
-
CMapCodepointToCid
- Inherited Members
Remarks
Class represents real codepoint-CID mapping without any additional manipulation.
See CMapCidToCodepoint for CID-codepoint representation.Constructors
CMapCodepointToCid()
public CMapCodepointToCid()
CMapCodepointToCid(CMapCidToCodepoint)
public CMapCodepointToCid(CMapCidToCodepoint reverseMap)
Parameters
reverseMap
CMapCidToCodepoint
Methods
Lookup(int)
public virtual int Lookup(int codepoint)
Parameters
codepoint
int