SetFontsFolder

FontSettings.SetFontsFolder method

This is a shortcut to SetFontsFolders for setting only one font directory. There are no checks performed on the fonts folder.

public static void SetFontsFolder(string fontFolder)
ParameterTypeDescription
fontFolderStringThe font folder.

See Also