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.

Definition

Namespace:Telerik.Windows.Documents.Extensibility

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public abstract class PredefinedCMapsProviderBase

Inheritance: objectPredefinedCMapsProviderBase

Constructors

PredefinedCMapsProviderBase()

Initialize the base for custom providers that supply predefined CMap binaries for CID and Unicode mappings.

Declaration

cs-api-definition
protected PredefinedCMapsProviderBase()

Methods

GetCidCMapData(string)

Get the character code to CID mapping data for the specified predefined CMap name.

Declaration

cs-api-definition
public abstract byte[] GetCidCMapData(string name)

Parameters

name

string

The name of the predefined CMap.

Returns

byte[]

The CMap resource data.

GetUnicodeCMapData(string)

Get the character code to Unicode mapping data for the specified predefined CMap name.

Declaration

cs-api-definition
public abstract byte[] GetUnicodeCMapData(string name)

Parameters

name

string

The name of the predefined CMap.

Returns

byte[]

The CMap resource data.