Método Aspose::Pdf::Text::IFontSubstitutionCallback::NotifyAboutSubstitution
IFontSubstitutionCallback::NotifyAboutSubstitution method
Envía una notificación sobre la sustitución de fuentes mediante un mecanismo de eventos.
virtual void Aspose::Pdf::Text::IFontSubstitutionCallback::NotifyAboutSubstitution(System::SharedPtr<Aspose::Pdf::Text::Font> oldFont, System::SharedPtr<Aspose::Pdf::Text::Font> newFont)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| oldFont | System::SharedPtr<Aspose::Pdf::Text::Font> | fuente original |
| newFont | System::SharedPtr<Aspose::Pdf::Text::Font> | nueva fuente |
Ver también
- Typedef SharedPtr
- Class Font
- Class IFontSubstitutionCallback
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++