ReplaceFont
ReplaceFont(IFontData, IFontData)
Replace font in presentation
public void ReplaceFont(IFontData sourceFont, IFontData destFont)
Parameter | Type | Description |
---|---|---|
sourceFont | IFontData | Source font |
destFont | IFontData | Destination font |
See Also
- interface IFontData
- interface IFontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides
ReplaceFont(IFontSubstRule)
Replace font in presentation using information provided in IFontSubstRule
public void ReplaceFont(IFontSubstRule substRule)
Parameter | Type | Description |
---|---|---|
substRule | IFontSubstRule | Font substitution info |
See Also
- interface IFontSubstRule
- interface IFontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides
ReplaceFont(IFontSubstRuleCollection)
Replace font in presentation using information provided in collection of IFontSubstRule
public void ReplaceFont(IFontSubstRuleCollection substRules)
Parameter | Type | Description |
---|---|---|
substRules | IFontSubstRuleCollection | Font substitution info collection |
See Also
- interface IFontSubstRuleCollection
- interface IFontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides