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
ParameterTypeDescription
indexint32_tFont index

See Also