SetFontsFolders

FontSettings.SetFontsFolders method

Sets the folders where TrueType fonts are loaded from and clears all loaded fonts. There are no checks performed on the fonts folders.

public static void SetFontsFolders(string[] fontsFolders, bool recursive)
ParameterTypeDescription
fontsFoldersString[]The fonts folders.
recursiveBooleanif set to true [recursive].

See Also