Delegate Document.FontSubstitutionHandler

Delegate Document.FontSubstitutionHandler

Namespace: Aspose.Pdf
Assembly: Aspose.PDF.dll

Rappresenta il metodo che gestirà l’evento FontSubstitution.

public delegate void Document.FontSubstitutionHandler(Font oldFont, Font newFont)

Parametri

oldFont Font

font originale

newFont Font

nuova font

 Italiano