to_array method

to_array

Creates and returns an array with all FallBack fonts for this rule.

Returns

Array of str

def to_array(self):
    ...

to_array

Creates and returns an array with all FallBack fonts from the specified range in list.

Returns

Array of str

def to_array(self, start_index, count):
    ...
ParameterTypeDescription
start_indexintAn index of a first font to add.
countintA number of fonts to add.

See Also