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):
...
Parameter | Type | Description |
---|---|---|
output_stream | io.BytesIO | Output stream. |
Remarks
See FontSettings.set_fonts_sources() method description for more info.
See Also
- module aspose.words.fonts
- class FontSettings