FolderFontSource

FolderFontSource

Overview

FolderFontSource is a class in Aspose.PDF FOSS for .NET. Inherits from: FontSource.

A font source that searches fonts in a specific directory.

This class provides 3 methods for working with FolderFontSource objects in .NET programs. Available methods include: Equals, FolderFontSource, GetHashCode. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: FolderPath.

Properties

NameTypeAccessDescription
FolderPathstringRead/WriteThe folder path to search for fonts.

Methods

SignatureDescription
FolderFontSource(folderPath: string)Calls FolderFontSource on this FolderFontSource instance.
Equals(obj: object?)Calls Equals on this FolderFontSource instance.
GetHashCode()Calls GetHashCode on this FolderFontSource instance.

See Also