Class FolderFontSource

Class FolderFontSource

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the folder that contains TrueType font files.

public class FolderFontSource : FontSourceBase

Inheritance

objectFontSourceBaseFolderFontSource

Inherited Members

FontSourceBase.Type, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

FolderFontSource(string, bool)

Ctor.

public FolderFontSource(string folderPath, bool scanSubfolders)

Parameters

folderPath string

path to fonts folder

scanSubfolders bool

Determines whether or not to scan subfolders.

Properties

FolderPath

Path to fonts folder.

public string FolderPath { get; }

Property Value

string

ScanSubFolders

Determines whether or not to scan the subfolders.

public bool ScanSubFolders { get; }

Property Value

bool

Type

Returns the type of the font source.

public override FontSourceType Type { get; }

Property Value

FontSourceType