Class PredefinedCMapsProvider
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.
Inherited Members
Namespace: Telerik.Windows.Documents.CMapUtils
Assembly: Telerik.Windows.Documents.CMapUtils.dll
Syntax
public class PredefinedCMapsProvider : PredefinedCMapsProviderBase
Constructors
PredefinedCMapsProvider()
Declaration
public PredefinedCMapsProvider()
Methods
GetCidCMapData(String)
Retrieves the character code to CID mapping of a predefined CMap.
Declaration
public override byte[] GetCidCMapData(string name)
Parameters
System.String
name
The name of the predefined CMap. |
Returns
System.Byte[]
The CMap resource data. |
Overrides
GetUnicodeCMapData(String)
Retrieves the character code to Unicode mapping of a predefined CMap.
Declaration
public override byte[] GetUnicodeCMapData(string name)
Parameters
System.String
name
The name of the predefined CMap. |
Returns
System.Byte[]
The CMap resource data. |