Aspose.Font.CffDataProviders
The Aspose.Font.CffDataProviders namespace provides classes used to retrieve and update data from various CFF structures.
Classes
Interfaces
Enumeration
Enumeration | Description |
---|
CffIndexProviderType | Specifies INDEX structures supported by the index provider interface family. |
CffUpdateStringIndexStrategy | Specifies 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. |