FontResolveCallbackDelegate
Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate
public abstract class FontResolveCallbackDelegate extends System.MulticastDelegate
Represents a method callback to handle font resolve event.
Constructors
| Constructor | Description |
|---|---|
| FontResolveCallbackDelegate() |
Methods
| Method | Description |
|---|---|
| invoke(FontResolveEventArgs args) | Represents a method callback to handle font resolve event. |
FontResolveCallbackDelegate()
public FontResolveCallbackDelegate()
invoke(FontResolveEventArgs args)
public abstract void invoke(FontResolveEventArgs args)
Represents a method callback to handle font resolve event.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| args | FontResolveEventArgs | the instance of the FontResolveEventArgs class that contains the callback data. |