CustomFontSubstitutionBaseOriginalFontSpecification Class
Represents original font specification.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextCustomFontSubstitutionBaseOriginalFontSpecification

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

The CustomFontSubstitutionBaseOriginalFontSpecification type exposes the following members.

Properties
  NameDescription
Public propertyIsEmbedded
Gets a value that indicates whether the font is embedded.
Public propertyIsSubstitutionUnavoidable
Gets a value that indicates that the substitution is unavoidable.
Public propertyOriginalFontName
Gets original font name.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Provides info related to original font such as , flag. Also provides flag that helps to check is the substitution will anyway happen with the font and the user may override the default substitution logic.
See Also