FontSettings
FontSettings class
Specifies font settings used when rendering project’s view.
The FontSettings type exposes the following members:
Constructors
Name | Description |
---|
FontSettings() | Initializes a new instance of the FontSettings class |
Properties
Name | Description |
---|
default_font_name | Gets or sets the default (or fallback) font for rendering. |
use_project_default_font | Gets or sets a value indicating whether the default font must be used for rendering. |
Methods
Name | Description |
---|
set_font_folders(font_folders, recursive) | Sets the folders where Aspose.Tasks looks for TrueType fonts when rendering project’s view. |
See Also