Class PredefinedCMapsProviderBase
Provider for predefined CMap binaries used with Adobe public character collections; see https://github.com/adobe-type-tools/cmap-resources for available names.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Extensibility
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class PredefinedCMapsProviderBase
Constructors
PredefinedCMapsProviderBase()
Initialize the base for custom providers that supply predefined CMap binaries for CID and Unicode mappings.
Declaration
protected PredefinedCMapsProviderBase()
Methods
GetCidCMapData(String)
Get the character code to CID mapping data for the specified predefined CMap name.
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)
Get the character code to Unicode mapping data for the specified predefined CMap name.
Declaration
public abstract byte[] GetUnicodeCMapData(string name)
Parameters
|
System.String
name
The name of the predefined CMap. |
Returns
|
System.Byte[]
The CMap resource data. |