remove method

remove

Removes the first occurrence of a specific FallBack font from the list.

def remove(self, font_name):
    ...
ParameterTypeDescription
font_namestrThe font’s name to remove from the list.

See Also