Aspose::Pdf::Text::FontSourceCollection::idx_get method

FontSourceCollection::idx_get method

Gets the font element at the specified index.

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

ReturnValue

Font source object.

See Also