save_search_cache method

save_search_cache(output_stream)

Saves the font search cache to the stream.

def save_search_cache(self, output_stream: io.BytesIO):
    ...
ParameterTypeDescription
output_streamio.BytesIOOutput stream.

Remarks

See FontSettings.set_fonts_sources() method description for more info.

See Also