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