Aspose::Font::CffDataProviders::NameIndexDataProvider::RemoveName method
NameIndexDataProvider::RemoveName method
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 void Aspose::Font::CffDataProviders::NameIndexDataProvider::RemoveName(int32_t index)=0
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | Font index |
See Also
- Class NameIndexDataProvider
- Namespace Aspose::Font::CffDataProviders
- Library Aspose.Font for C++