FontFallBackRulesCollection class

FontFallBackRulesCollection class

Represents a collection of FontFallBack rules, defined by user

The FontFallBackRulesCollection type exposes the following members:

Constructors

ConstructorDescription
__init__

Gets the rule at the specified index. Read-only IFontFallBackRule.

Indexer

NameDescription
[index]

Methods

MethodDescription
addAdd a specified FallBack rule to the end of the collection.
removeRemoves the first occurrence of a specific FallBack rule from the collection.

See Also