remove method

remove

Removes the first occurrence of a specific FallBack rule from the collection.

def remove(self, target_rule):
    ...
ParameterTypeDescription
target_ruleIFontFallBackRuleThe rule to remove from the collection.

See Also