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
object ← FontSourceBase ← FolderFontSource
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
ScanSubFolders
Determines whether or not to scan the subfolders.
public bool ScanSubFolders { get; }
Property Value
Type
Returns the type of the font source.
public override FontSourceType Type { get; }