Aspose.Font.CffDataProviders

The Aspose.Font.CffDataProviders namespace provides classes used to retrieve and update data from various CFF structures.

Classes

ClassDescription
NameIndexDataProviderDeclares functionality to access CFF Name INDEX structure.
StringIndexDataProviderDeclares functionality to access CFF String INDEX structure.
TopDictDataProviderDeclares functionality to read/update CFF Top DICT structure.

Interfaces

InterfaceDescription
ICffIndexDataProviderBasic interface for accessing INDEX structures of CFF fonts.

Enumeration

EnumerationDescription
CffIndexProviderTypeSpecifies INDEX structures supported by the index provider interface family.
CffUpdateStringIndexStrategySpecifies how to add strings to CFF String INDEX storage. When we try to add some string into CFF String INDEX, there may be situation that this string is already present in String INDEX. Using option SearchForDuplicates we can force search over String INDEX to detect whether this string is already present or not. This approach saves space in the String INDEX structure, but requires more time to add the string.