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
| Name | Type | Access | Description |
|---|---|---|---|
FolderPath | string | Read/Write | The folder path to search for fonts. |
Methods
| Signature | Description |
|---|---|
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. |