Aspose.Tasks for C++
Aspose::Tasks::IFontSavingCallback Class Referenceabstract

Represents a callback that is called to create resource to store fonts. More...

#include <IFontSavingCallback.h>

Inherits System::Object.

Public Member Functions

virtual void FontSaving (System::SharedPtr< FontSavingArgs > args)=0
 The method to be called while saving of fonts. More...
 

Detailed Description

Represents a callback that is called to create resource to store fonts.

Member Function Documentation

◆ FontSaving()

virtual void Aspose::Tasks::IFontSavingCallback::FontSaving ( System::SharedPtr< FontSavingArgs args)
pure virtual

The method to be called while saving of fonts.

Parameters
argsThe font saving arguments.