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
ParameterTypeDescription
nameSystem::StringFont name

See Also