replaceFont
replaceFont(FontData sourceFont, FontData destFont) function
Replace font in presentation
Parameters
Name | Type | Description |
---|---|---|
sourceFont | FontData | Source font |
destFont | FontData | Destination font |
replaceFont(FontSubstRule substRule) function
Replace font in presentation using information provided in FontSubstRule
Parameters
Name | Type | Description |
---|---|---|
substRule | FontSubstRule | Font substitution info |
replaceFont(FontSubstRuleCollection substRules) function
Replace font in presentation using information provided in collection of FontSubstRule
Parameters
Name | Type | Description |
---|---|---|
substRules | FontSubstRuleCollection | Font substitution rules collection |