Aspose::Pdf::Text::IFontSubstitutionCallback class
IFontSubstitutionCallback class
This interface declares a callback mechanism to send notifications.
class IFontSubstitutionCallback : public System::Object
Methods
Method | Description |
---|---|
virtual get_NotifyAboutFontSubstitutions() | Returns true if font substitutions are enabled. |
virtual get_Registrar() | IRegistrar for current document. |
virtual NotifyAboutSubstitution(System::SharedPtr<Aspose::Pdf::Text::Font>, System::SharedPtr<Aspose::Pdf::Text::Font>) | Sends notification about font substitution via event mechanism. |
See Also
- Class Object
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++