build_automatic method

build_automatic()

Automatically builds the fallback settings by scanning available fonts.

def build_automatic(self):
    ...

Remarks

This method may produce non-optimal fallback settings. Fonts are checked by Unicode Character Range fields and not by the actual glyphs presence. Also Unicode ranges are checked individually and several ranges related to single language/script may use different fallback fonts.

See Also