FontSubstitutionCollection.Item

FontSubstitutionCollection indexer

Gets the font element at the specified index.

public FontSubstitution this[int index] { get; }
ParameterDescription
indexIndex within the collection.

Return Value

FontSubstitution object.

See Also