Class FileFontSource

Class FileFontSource

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

Represents the single TrueType font file stored in the file system.

public class FileFontSource : FontSourceBase

Inheritance

objectFontSourceBaseFileFontSource

Inherited Members

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

Constructors

FileFontSource(string)

Ctor.

public FileFontSource(string filePath)

Parameters

filePath string

path to font file

Properties

FilePath

Path to font file.

public string FilePath { get; }

Property Value

string

Type

Returns the type of the font source.

public override FontSourceType Type { get; }

Property Value

FontSourceType