Aspose::Font::CffDataProviders::StringIndexDataProvider class

StringIndexDataProvider class

Declares functionality to access CFF String INDEX structure.

class StringIndexDataProvider : public Aspose::Font::CffDataProviders::ICffIndexDataProvider

Methods

MethodDescription
virtual AddString(System::String)Adds string into CFF String INDEX structure.
virtual get_Count()The number of objects in the CFF INDEX structure.
virtual GetRawBytes()Gets all the bytes of the CFF INDEX structure.
virtual GetString(int32_t)Gets string at the specified index from CFF String INDEX structure.
virtual idx_get(int32_t)Gets/sets string at the specified index.
virtual idx_set(int32_t, System::String)Gets/sets string at the specified index.
virtual RemoveString(int32_t)Removes string from CFF String Index structure at the specified index.
virtual SetString(System::String, int32_t)Sets string in the CFF String Index structure at the specified index.

See Also