Aspose::Pdf::Text::FontRepository::LoadFonts method

FontRepository::LoadFonts method

Loads system installed fonts and standard Pdf fonts. This method was designed to speed up font loading process. By default fonts are loaded on first request for any font. Use of this method loads system and standard Pdf fonts immediately before any Pdf document was open.

static void Aspose::Pdf::Text::FontRepository::LoadFonts()

See Also