IFontFallBackRulesCollection

IFontFallBackRulesCollection interface

Represents a collection of FontFallBack rules, defined by user

public interface IFontFallBackRulesCollection : IGenericCollection<IFontFallBackRule>

Properties

NameDescription
Item { get; }Gets the rule at the specified index. Read-only IFontFallBackRule.

Methods

NameDescription
Add(IFontFallBackRule)Add a new FallBack rule to the end of the collection.
Remove(IFontFallBackRule)Removes the first occurrence of a specific FallBack rule from the collection.

See Also