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