match_any_size property

match_any_size property

The property indicates whether any font size for the original font name is matched (true) or only the exact font size specified in OriginalFont is matched (false).

Definition:

@property
def match_any_size(self):
    ...

See Also