Aspose::Font::CffDataProviders namespace
Contents
[
Hide
]Classes
Class | Description |
---|---|
CffTopDictDataProvider | |
ICffIndexDataProvider | Basic interface for accessing INDEX structures of CFF fonts. |
IStringIndexAdapter | |
NameIndexDataProvider | Declares functionality to access CFF Name INDEX structure. |
StringIndexDataProvider | Declares functionality to access CFF String INDEX structure. |
TopDictDataProvider | Declares functionality to read/update CFF Top DICT structure. |
Enums
Enum | 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. |