Aspose.Tasks for C++
|
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... | |
Represents a callback that is called to create resource to store fonts.
|
pure virtual |
The method to be called while saving of fonts.
args | The font saving arguments. |