Aspose::Pdf::Text::FontSubstitutionCollection::idx_get method

FontSubstitutionCollection::idx_get method

Gets the font element at the specified index.

System::SharedPtr<FontSubstitution> Aspose::Pdf::Text::FontSubstitutionCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex within the collection.

ReturnValue

FontSubstitution object.

See Also