SystemFontSource Class
Represents all fonts installed to the system.
Inheritance Hierarchy

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

The SystemFontSource type exposes the following members.

Constructors
  NameDescription
Public methodSystemFontSource
Initializes a new instance of the SystemFontSource class
Methods
  NameDescription
Public methodEquals
Check if system 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