font_matcher property

font_matcher property

Gets or sets the class which allows you to control some parts of the font matching algorithm.

Definition:

@property
def font_matcher(self):
    ...
@font_matcher.setter
def font_matcher(self, value):
    ...

See Also