FontFallBackRule constructor

init

Creates new instance.

def __init__(self, start_index, end_index, font_names):
    ...
ParameterTypeDescription
start_indexintStart index of unicode range
end_indexintEnd index of unicode range
font_namesstrFont’s name or names (delimited by comma) for FallBack

init

Creates new instance.

def __init__(self, start_index, end_index, font_names):
    ...
ParameterTypeDescription
start_indexintStart index of unicode range
end_indexintEnd index of unicode range
font_namesList[str]Font’s name or names (delimited by comma) for FallBack

See Also