Class FontSubstitutionCollection

FontSubstitutionCollection class

Represents font substitution strategies collection.

public sealed class FontSubstitutionCollection : ICollection<FontSubstitution>

Properties

NameDescription
Count { get; }Gets the number of Font object elements actually contained in the collection.
IsSynchronized { get; }Gets a value indicating whether access to the collection is synchronized (thread safe).
Item { get; }Gets the font element at the specified index.
SyncRoot { get; }Gets an object that can be used to synchronize access to the collection.

Methods

NameDescription
Add(FontSubstitution)Adds new font substitution object to the collection.
Clear()Clears the font substitution collection.
Contains(FontSubstitution)Determines whether an element is in the collection.
CopyTo(FontSubstitution[], int)Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array
GetEnumerator()Returns an enumerator for the entire collection.
Remove(FontSubstitution)Deletes the font substitution element.

See Also