public interface IFontSavingCallback
Represents a callback that is called to create resource to store fonts.
Modifier and Type | Method and Description |
---|---|
void |
fontSaving(FontSavingArgs args)
The method to be called while saving of fonts.
|
void fontSaving(FontSavingArgs args)
args
- The font saving arguments.