Delegate Document.FontSubstitutionHandler
Document.FontSubstitutionHandler 委托
表示将处理 FontSubstitution 事件的方法。
public delegate void FontSubstitutionHandler(Font oldFont, Font newFont);
| 参数 | 类型 | 描述 |
|---|---|---|
| oldFont | Font | 原始字体 |
| newFont | Font | 新字体 |
另请参阅
- class Font
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF