FontsSettings.SetFontsLookupFolders
SetFontsLookupFolders(string[])
Sets an array of folders used during fonts selection.
public void SetFontsLookupFolders(string[] fontsFolders)
Parameter | Type | Description |
---|---|---|
fontsFolders | String[] | The fonts folders. |
See Also
- class FontsSettings
- namespace Aspose.Svg
- assembly Aspose.SVG
SetFontsLookupFolders(string[], bool)
Sets an array of folders used during fonts selection.
public void SetFontsLookupFolders(string[] fontsFolders, bool recursive)
Parameter | Type | Description |
---|---|---|
fontsFolders | String[] | The fonts folders. |
recursive | Boolean | If set to true all nested directories will be used. Default value is false . |
See Also
- class FontsSettings
- namespace Aspose.Svg
- assembly Aspose.SVG