FontSettings

FontSettings class

Specifies font settings used when rendering project’s view.

The FontSettings type exposes the following members:

Constructors

NameDescription
FontSettings()Initializes a new instance of the FontSettings class

Properties

NameDescription
default_font_nameGets or sets the default (or fallback) font for rendering.
use_project_default_fontGets or sets a value indicating whether the default font must be used for rendering.

Methods

NameDescription
set_font_folders(font_folders, recursive)Sets the folders where Aspose.Tasks looks for TrueType fonts when rendering project’s view.

See Also