Aspose::Pdf::Document::FontSubstitutionHandler typedef

FontSubstitutionHandler typedef

Represents the method that will handle FontSubstitution event.

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

See Also