Aspose::Pdf::Document::FontSubstitutionHandler typedef

FontSubstitutionHandler typedef

Represents the method that will handle FontSubstitution event.

using Aspose::Pdf::Document::FontSubstitutionHandler =  System::MulticastDelegate<void(const System::SharedPtr<Aspose::Pdf::Text::Font>&, const System::SharedPtr<Aspose::Pdf::Text::Font>&)>

See Also