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
- class FontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides
ReplaceFont(IFontSubstRule)
Replace font in presentation using information provided in FontSubstRule
public void ReplaceFont(IFontSubstRule substRule)
Parameter | Type | Description |
---|---|---|
substRule | IFontSubstRule | Font substitution info |
See Also
- interface IFontSubstRule
- class FontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides
ReplaceFont(IFontSubstRuleCollection)
Replace font in presentation using information provided in collection of FontSubstRule
public void ReplaceFont(IFontSubstRuleCollection substRules)
Parameter | Type | Description |
---|---|---|
substRules | IFontSubstRuleCollection | Font substitution rules collection |
See Also
- interface IFontSubstRuleCollection
- class FontsManager
- namespace Aspose.Slides
- assembly Aspose.Slides