SystemFontsSubstitution Class
Represents a class for font substitution strategy that substitutes fonts with system fonts.
Inheritance Hierarchy

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

The SystemFontsSubstitution type exposes the following members.

Constructors
  NameDescription
Public methodSystemFontsSubstitution
Initializes a new instance of SystemFontsSubstitution class.
Properties
  NameDescription
Public propertyDefaultFont
Gets or sets default substitution font. The font is used when no other valid substitution were found but initial font belongs to target substitution category (FontCategories).
Public propertyFontCategories
Gets or sets substitution font categories that should be substituted with system fonts.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also