'Declaration Public Shared Property NoSystemFonts As System.Boolean
public static System.bool NoSystemFonts {get; set;}
The default is false, and the FontCollection's static constructor loads all fonts installed in the system. This is usually fast and does not consume significant resources, but sometimes may cause problems (e.g. if an installed font file is corrupt). In such cases set this property to true at program startup, before accessing any members of the FontCollection class.
'Declaration Public Shared Property NoSystemFonts As System.Boolean
public static System.bool NoSystemFonts {get; set;}