FontsSettings Class

FontsSettings class

Represents fonts handling settings.

public class FontsSettings

Properties

NameDescription
FontMatcher { get; set; }Gets or sets the class which allows you to control some parts of the font matching algorithm.

Methods

NameDescription
GetFontsLookupFolders()Gets a copy of array which contains fonts folders. Fonts found in these folders are used for characters rendering.
SetFontsLookupFolder(string)Sets folder used during fonts selection.
SetFontsLookupFolder(string, bool)Sets folder used during fonts selection.
SetFontsLookupFolders(string[])Sets an array of folders used during fonts selection.
SetFontsLookupFolders(string[], bool)Sets an array of folders used during fonts selection.

See Also