Aspose::Font::CffDataProviders::NameIndexDataProvider class
Contents
[
Hide
]NameIndexDataProvider class
Declares functionality to access CFF Name INDEX structure.
class NameIndexDataProvider : public Aspose::Font::CffDataProviders::ICffIndexDataProvider
Methods
| Method | Description |
|---|---|
| virtual AddName(System::String) | Adds a font name to the Name INDEX structure. Use this method with caution because each font name in the CFF Name INDEX structure must have a corresponding DICT structure in the Top DICT index according to the CFF specification. |
| virtual get_Count() | The number of objects in the CFF INDEX structure. |
| virtual GetName(int32_t) | Gets name of font at the specified index. |
| virtual GetRawBytes() | Gets all the bytes of the CFF INDEX structure. |
| virtual idx_get(int32_t) | Gets/sets font name at the specified index. |
| virtual idx_set(int32_t, System::String) | Gets/sets font name at the specified index. |
| virtual RemoveName(int32_t) | Removes the name at the specified index. Use this method with caution because each font name in the CFF Name INDEX structure must have a corresponding DICT structure in the Top DICT index according to the CFF specification. |
| virtual SetName(System::String, int32_t) | Sets font name at the specified index. |
See Also
- Class ICffIndexDataProvider
- Namespace Aspose::Font::CffDataProviders
- Library Aspose.Font for C++