Delegate Document.FontSubstitutionHandler
Document.FontSubstitutionHandler delegate
Represents the method that will handle FontSubstitution event.
public delegate void FontSubstitutionHandler(Font oldFont, Font newFont);
Parameter | Type | Description |
---|---|---|
oldFont | Font | original font |
newFont | Font | new font |
See Also
- class Font
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF