Aspose::Pdf::HtmlSaveOptions::get_FontSources method

HtmlSaveOptions::get_FontSources method

Font sources of pre-saved fonts.

System::SharedPtr<Text::FontSourceCollection> Aspose::Pdf::HtmlSaveOptions::get_FontSources() const

Remarks

Fonts may be saved preliminarily for cache purpose and then passed into Html conversion process. For example it may be useful in document splitting scenario and processing document pages in multiple threads with single set of fonts.

See Also