ClassPredefinedCMapsProviderBase
Class
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.
GetUnicodeCMapData(string)
Get the character code to Unicode mapping data for the specified predefined CMap name.