IFontSubstRule Interface

Represents font subtituition information

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IFontSubstRule

The IFontSubstRule type exposes the following members.

Properties
  NameDescription
Public propertyDestFont
Font to use for substitution Read-only IFontData.
Public propertyReplaceFontCondition
Rule to apply for substitution Read-only FontSubstCondition.
Public propertySourceFont
Font to substitute Read-only IFontData.
See Also