FontRepository.LoadFonts

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.

public static void LoadFonts()

See Also