Delegate Document.FontSubstitutionHandler

Delegate Document.FontSubstitutionHandler

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

Représente la méthode qui gérera l’événement FontSubstitution.

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

Paramètres

oldFont Font

police originale

newFont Font

nouvelle police

 Français