Class PredefinedCMapsProviderBase
Represents a provider of predefined CMap resources for Adobe’s public character collections. A list with predefined resources can be found on the following repository - https://github.com/adobe-type-tools/cmap-resources.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Extensibility
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class PredefinedCMapsProviderBase
Constructors
PredefinedCMapsProviderBase()
Declaration
protected PredefinedCMapsProviderBase()
Methods
GetCidCMapData(String)
Retrieves the character code to CID mapping of a predefined CMap.
Declaration
public abstract byte[] GetCidCMapData(string name)
Parameters
System.String
name
The name of the predefined CMap. |
Returns
System.Byte[]
The CMap resource data. |
GetUnicodeCMapData(String)
Retrieves the character code to Unicode mapping of a predefined CMap.
Declaration
public abstract byte[] GetUnicodeCMapData(string name)
Parameters
System.String
name
The name of the predefined CMap. |
Returns
System.Byte[]
The CMap resource data. |