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ámetroTipoDescripción
oldFontSystem::SharedPtr<Aspose::Pdf::Text::Font>fuente original
newFontSystem::SharedPtr<Aspose::Pdf::Text::Font>nueva fuente

Ver también