FontsSettings Class
FontsSettings class
Represents fonts handling settings.
public class FontsSettings
Properties
Name | Description |
---|---|
FontMatcher { get; set; } | Gets or sets the class which allows you to control some parts of the font matching algorithm. |
Methods
Name | Description |
---|---|
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
- namespace Aspose.Svg
- assembly Aspose.SVG