create_flexible method

create_flexible

def create_flexible(cls, original_font, replacement_font, match_any_size, match_any_style):
    ...
Parameter Type Description
original_font Font
replacement_font Font
match_any_size bool
match_any_style bool

Returns: FontTransformation

See Also