font_fall_back_rules_collection property

font_fall_back_rules_collection property

Represents a user’s collection of FontFallBack rules for managing of collections of fonts for proper substitutions by fallback functionality Read/write IFontFallBackRulesCollection.

Definition:

@property
def font_fall_back_rules_collection(self):
    ...

@font_fall_back_rules_collection.setter
def font_fall_back_rules_collection(self, value):
    ...

See Also