FolderFontSource Class
Represents the folder that contains font files.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class FolderFontSource : FontSource

The FolderFontSource type exposes the following members.

Constructors
  NameDescription
Public methodFolderFontSource
Initializes a new instance of FolderFontSource class.
Properties
  NameDescription
Public propertyFolderPath
Path to the folder that contains font files.
Methods
  NameDescription
Public methodEquals
Check if folder font source objects are equal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also